函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\inode.c Create Date:2022-07-29 10:38:01
Last Modify:2020-03-18 19:19:59 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:set_nlink - directly set an inode's link count*@inode: inode*@nlink: new nlink (should be non-zero)* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink.

函数原型:void set_nlink(struct inode *inode, unsigned int nlink)

返回类型:void

参数:

类型参数名称
struct inode *inode
unsigned intnlink
335  如果非nlink
336  lear_nlink - directly zero an inode's link count*@inode: inode* This is a low-level filesystem helper to replace any* direct filesystem manipulation of i_nlink. See* drop_nlink() for why we care about i_nlink hitting zero.
337  否则
339  如果i_nlink恒等于0则atomic_long_dec( & s_remove_count)
342  __i_nlink等于nlink
调用者
名称描述
simple_fill_superhe inodes created here are not hashed. If you use iunique to generate* unique inode values later for this filesystem, then you must take care* to pass it an appropriate max_reserved value to avoid collisions.
make_empty_dir_inode
fsstack_copy_attr_allpy all attributes
devpts_fill_super