/linux/fs/coda/ |
A D | cnode.c | 69 inode = iget5_locked(sb, hash, coda_test_inode, coda_set_inode, fid); in coda_iget()
|
/linux/fs/afs/ |
A D | dynroot.c | 64 inode = iget5_locked(sb, fid.vnode, in afs_iget_pseudo_dir()
|
A D | inode.c | 454 inode = iget5_locked(sb, vp->fid.vnode, afs_iget5_test, afs_iget5_set, vp); in afs_iget() 518 inode = iget5_locked(sb, 1, NULL, afs_iget5_set_root, NULL); in afs_root_iget()
|
/linux/Documentation/filesystems/ |
A D | porting.rst | 181 iget4() and the read_inode2 callback have been superseded by iget5_locked() 184 struct inode *iget5_locked(struct super_block *sb, unsigned long ino, 195 When the inode has been created by iget5_locked(), it will be returned with the 546 iget5_locked()/ilookup5()/ilookup5_nowait() test() callback used to be 551 as well as wrt set() callback of iget5_locked().
|
/linux/fs/overlayfs/ |
A D | inode.c | 1036 trap = iget5_locked(sb, (unsigned long) key, ovl_inode_test, in ovl_get_trap_inode() 1092 iget5_locked(sb, (unsigned long) key, in ovl_iget5()
|
/linux/fs/erofs/ |
A D | inode.c | 334 return iget5_locked(sb, hashval, erofs_ilookup_test_actor, in erofs_iget_locked()
|
/linux/fs/nilfs2/ |
A D | inode.c | 570 return iget5_locked(sb, ino, nilfs_iget_test, nilfs_iget_set, &args); in nilfs_iget_locked() 603 inode = iget5_locked(sb, ino, nilfs_iget_test, nilfs_iget_set, &args); in nilfs_iget_for_gc()
|
/linux/drivers/dax/ |
A D | super.c | 460 inode = iget5_locked(dax_superblock, hash_32(devt + DAXFS_MAGIC, 31), in dax_dev_get()
|
/linux/fs/ |
A D | inode.c | 1157 struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, in iget5_locked() function 1175 EXPORT_SYMBOL(iget5_locked);
|
/linux/fs/ntfs/ |
A D | inode.c | 168 vi = iget5_locked(sb, mft_no, ntfs_test_inode, in ntfs_iget() 229 vi = iget5_locked(base_vi->i_sb, na.mft_no, ntfs_test_inode, in ntfs_attr_iget() 284 vi = iget5_locked(base_vi->i_sb, na.mft_no, ntfs_test_inode, in ntfs_index_iget()
|
/linux/fs/hfs/ |
A D | inode.c | 403 inode = iget5_locked(sb, cnid, hfs_test_inode, hfs_read_inode, &data); in hfs_iget()
|
/linux/fs/9p/ |
A D | vfs_inode_dotl.c | 116 inode = iget5_locked(sb, i_ino, test, v9fs_set_inode_dotl, st); in v9fs_qid_iget_dotl()
|
A D | vfs_inode.c | 456 inode = iget5_locked(sb, i_ino, test, v9fs_set_inode, st); in v9fs_qid_iget()
|
/linux/fs/ecryptfs/ |
A D | inode.c | 81 inode = iget5_locked(sb, (unsigned long)lower_inode, in __ecryptfs_get_inode()
|
/linux/fs/orangefs/ |
A D | inode.c | 1067 inode = iget5_locked(sb, in orangefs_iget()
|
/linux/fs/isofs/ |
A D | inode.c | 1545 inode = iget5_locked(sb, hashval, &isofs_iget5_test, in __isofs_iget()
|
/linux/fs/ocfs2/ |
A D | inode.c | 146 inode = iget5_locked(sb, args.fi_ino, ocfs2_find_actor, in ocfs2_iget()
|
/linux/fs/fuse/ |
A D | inode.c | 374 inode = iget5_locked(sb, nodeid, fuse_inode_eq, fuse_inode_set, &nodeid); in fuse_iget()
|
/linux/fs/ntfs3/ |
A D | inode.c | 493 inode = iget5_locked(sb, ino_get(ref), ntfs_test_inode, ntfs_set_inode, in ntfs_iget5()
|
/linux/fs/gfs2/ |
A D | inode.c | 124 inode = iget5_locked(sb, no_addr, iget_test, iget_set, &no_addr); in gfs2_inode_lookup()
|
/linux/fs/reiserfs/ |
A D | super.c | 2053 iget5_locked(s, REISERFS_ROOT_OBJECTID, reiserfs_find_actor, in reiserfs_fill_super()
|
A D | inode.c | 1645 inode = iget5_locked(s, key->on_disk_key.k_objectid, in reiserfs_iget()
|
/linux/fs/nfs/ |
A D | inode.c | 471 inode = iget5_locked(sb, hash, nfs_find_actor, nfs_init_locked, &desc); in nfs_fhget()
|
/linux/fs/ceph/ |
A D | inode.c | 62 inode = iget5_locked(sb, (unsigned long)vino.ino, ceph_ino_compare, in ceph_get_inode()
|
/linux/fs/cifs/ |
A D | inode.c | 1281 inode = iget5_locked(sb, hash, cifs_find_inode, cifs_init_inode, fattr);
|