Searched refs:ilookup5 (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | cnode.c | 140 inode = ilookup5(sb, hash, coda_test_inode, fid); in coda_fid_to_inode()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_tuxera | 85 ilookup5
|
| H A D | abi_gki_aarch64_asus | 98 ilookup5
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | inode.c | 850 inode = ilookup5(sb, (unsigned long) key, ovl_inode_test, key); in ovl_lookup_inode() 869 trap = ilookup5(sb, (unsigned long) key, ovl_inode_test, key); in ovl_lookup_trap_inode()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | inode.c | 1146 struct inode *inode = ilookup5(sb, hashval, test, data); in iget5_locked() 1360 struct inode *ilookup5(struct super_block *sb, unsigned long hashval, in ilookup5() function 1375 EXPORT_SYMBOL_NS(ilookup5, ANDROID_GKI_VFS_EXPORT_ONLY);
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | inode.c | 380 inode = ilookup5(fm_iter->sb, nodeid, fuse_inode_eq, &nodeid); in fuse_ilookup() 791 inode = ilookup5(sb, handle->nodeid, fuse_inode_eq, &handle->nodeid); in fuse_get_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | super.h | 564 return ilookup5(sb, (unsigned long)vino.ino, ceph_ino_compare, &vino); in ceph_find_inode()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | dir.c | 1507 bmp_vi = ilookup5(vi->i_sb, vi->i_ino, ntfs_test_inode, &na); in ntfs_dir_fsync()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | inode.c | 598 return ilookup5(sb, ino, nilfs_iget_test, &args); in nilfs_ilookup()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | inode.c | 121 return ilookup5(sb, blkno, ocfs2_find_actor, &args); in ocfs2_ilookup()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dir.c | 783 inode = ilookup5(dir->i_sb, cookie->fids[1].vnode, in afs_do_lookup()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | inode.c | 438 inode = ilookup5(sb, hash, nfs_find_actor, &desc); in nfs_ilookup()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 546 iget5_locked()/ilookup5()/ilookup5_nowait() test() callback used to be
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs.h | 2972 extern struct inode *ilookup5(struct super_block *sb, unsigned long hashval,
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 3339 inode = ilookup5(sb, (unsigned long)(inum + fid->raw[0]), in shmem_fh_to_dentry()
|