1INODE_INIT_ALWAYS(9)             The Linux VFS            INODE_INIT_ALWAYS(9)
2
3
4

NAME

6       inode_init_always - perform inode structure intialisation
7

SYNOPSIS

9       int inode_init_always(struct super_block * sb, struct inode * inode);
10

ARGUMENTS

12       sb
13           superblock inode belongs to
14
15       inode
16           inode to initialise
17

DESCRIPTION

19       These are initializations that need to be done on every inode
20       allocation as the fields are not initialised by slab allocation.
21
23Kernel Hackers Manual 3.10         June 2019              INODE_INIT_ALWAYS(9)
Impressum