inode_add_to_lists(9) suse man page | unix.com

Man Page: inode_add_to_lists

Operating Environment: suse

Section: 9

INODE_ADD_TO_LISTS(9)						   The Linux VFS					     INODE_ADD_TO_LISTS(9)

NAME
inode_add_to_lists - add a new inode to relevant lists
SYNOPSIS
void inode_add_to_lists(struct super_block * sb, struct inode * inode);
ARGUMENTS
sb superblock inode belongs to inode inode to mark in use
DESCRIPTION
When 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 INODE_ADD_TO_LISTS(9)
Related Man Pages
matchpathcon_checkmatches(3) - debian
matchpathcon_filespec_add(3) - debian
matchpathcon_filespec_destroy(3) - debian
matchpathcon_checkmatches(3) - centos
matchpathcon_filespec_add(3) - centos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com