Query: iget_locked
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IGET_LOCKED(9) The Linux VFS IGET_LOCKED(9)NAMEiget_locked - obtain an inode from a mounted file systemSYNOPSISstruct inode * iget_locked(struct super_block * sb, unsigned long ino);ARGUMENTSsb super block of file system ino inode number to getDESCRIPTIONSearch for the inode specified by ino in the inode cache and if present return it with an increased reference count. This is for file systems where the inode number is sufficient for unique identification of an inode. If the inode is not in cache, allocate a new inode and return it locked, hashed, and with the I_NEW flag set. The file system gets to fill it in before unlocking it via unlock_new_inode.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IGET_LOCKED(9)
Related Man Pages |
---|
vfs_vget(9) - debian |
clri_hfs(1m) - hpux |
clri(8) - opendarwin |
fsdb(8) - netbsd |
vfs_vget(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
DB2 convert digits to binary format |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |