table of contents
other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
| INODE_INIT_ALWAYS(9) | The Linux VFS | INODE_INIT_ALWAYS(9) |
NAME¶
inode_init_always - perform inode structure intialisationSYNOPSIS¶
int
inode_init_always(struct super_block * sb,
struct inode * inode);
ARGUMENTS¶
sbsuperblock inode belongs to
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¶
| May 2018 | Kernel Hackers Manual 4.9. |