Scroll to navigation

INODE_INIT_ALWAYS(9) The Linux VFS INODE_INIT_ALWAYS(9)

NAME

inode_init_always - perform inode structure initialisation

SYNOPSIS

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

ARGUMENTS

struct super_block * sb

superblock inode belongs to

struct inode * inode

inode to initialise

DESCRIPTION

These are initializations that need to be done on every inode allocation as the fields are not initialised by slab allocation.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12