Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\stack.c Create Date:2022-07-28 20:12:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:py all attributes

Proto:void fsstack_copy_attr_all(struct inode *dest, const struct inode *src)

Type:void

Parameter:

TypeParameterName
struct inode *dest
const struct inode *src
65  i_mode = i_mode
66  i_uid = i_uid
67  i_gid = i_gid
68  i_rdev = i_rdev
69  i_atime = i_atime
70  i_mtime = i_mtime
71  i_ctime = i_ctime
72  i_blkbits = i_blkbits
73  i_flags = i_flags
74  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.