Home
last modified time | relevance | path

Searched refs:iget_locked (Results 26 – 34 of 34) sorted by relevance

12

/openbmc/linux/Documentation/filesystems/
H A Dporting.rst44 typically between calling iget_locked() and unlocking the inode.
207 when appropriate. There is also a simpler iget_locked function that
213 inode = iget_locked(sb, ino);
/openbmc/linux/fs/f2fs/
H A Dinode.c547 inode = iget_locked(sb, ino); in f2fs_iget()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c58 struct inode *iget_locked(struct super_block *sb, unsigned long ino) in iget_locked() function
275 inode = iget_locked(sb, inum); in ubifs_iget()
/openbmc/linux/fs/ext2/
H A Dinode.c1389 inode = iget_locked(sb, ino); in ext2_iget()
/openbmc/linux/fs/ufs/
H A Dinode.c670 inode = iget_locked(sb, ino); in ufs_iget()
/openbmc/linux/fs/ubifs/
H A Dsuper.c118 inode = iget_locked(sb, inum); in ubifs_iget()
/openbmc/linux/fs/udf/
H A Dinode.c1922 struct inode *inode = iget_locked(sb, block); in __udf_iget()
/openbmc/linux/include/linux/
H A Dfs.h2879 extern struct inode * iget_locked(struct super_block *, unsigned long);
/openbmc/linux/fs/ext4/
H A Dinode.c4739 inode = iget_locked(sb, ino); in __ext4_iget()

12