1INODE_INIT_ALWAYS(9) The Linux VFS INODE_INIT_ALWAYS(9)
23
4
NAME
6inode_init_always - perform inode structure intialisation
7
SYNOPSIS
9int inode_init_always(struct super_block * sb, struct inode * inode);
10
ARGUMENTS
12sb
13superblock inode belongs to
1415
inode
16inode to initialise
17
DESCRIPTION
19These are initializations that need to be done on every inode
20allocation as the fields are not initialised by slab allocation.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 INODE_INIT_ALWAYS(9)