Query: inode_add_to_lists
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INODE_ADD_TO_LISTS(9) The Linux VFS INODE_ADD_TO_LISTS(9)NAMEinode_add_to_lists - add a new inode to relevant listsSYNOPSISvoid inode_add_to_lists(struct super_block * sb, struct inode * inode);ARGUMENTSsb superblock inode belongs to inode inode to mark in useDESCRIPTIONWhen an inode is allocated it needs to be accounted for, added to the in use list, the owning superblock and the inode hash. This needs to be done under the inode_lock, so export a function to do this rather than the inode lock itself. We calculate the hash list to add to here so it is all internal which requires the caller to have already set up the inode number in the inode to add.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INODE_ADD_TO_LISTS(9)
Related Man Pages |
---|
xfmtype(1) - debian |
matchpathcon_checkmatches(3) - debian |
matchpathcon_filespec_add(3) - debian |
matchpathcon_filespec_destroy(3) - centos |
clri(8) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
A (ksh) Library For and From UNIX.com |
Docker learning Phase-I |
32 bit process addressing more than 4GB |