Searched refs:ilookup5 (Results 1 – 8 of 8) sorted by relevance
/fs/coda/ |
D | cnode.c | 139 inode = ilookup5(sb, hash, coda_test_inode, fid); in coda_fid_to_inode()
|
/fs/ |
D | inode.c | 937 struct inode *ilookup5(struct super_block *sb, unsigned long hashval, in ilookup5() function 945 EXPORT_SYMBOL(ilookup5);
|
/fs/sysfs/ |
D | dir.c | 379 inode = ilookup5(sysfs_sb, parent_sd->s_ino, sysfs_ilookup_test, in sysfs_addrm_start()
|
/fs/fuse/ |
D | inode.c | 573 inode = ilookup5(sb, handle->nodeid, fuse_inode_eq, &handle->nodeid); in fuse_get_dentry()
|
/fs/gfs2/ |
D | inode.c | 70 return ilookup5(sb, hash, iget_test, &no_addr); in gfs2_ilookup()
|
/fs/ntfs/ |
D | dir.c | 1543 bmp_vi = ilookup5(vi->i_sb, vi->i_ino, (test_t)ntfs_test_inode, &na); in ntfs_dir_fsync()
|
D | ChangeLog | 357 on-disk inode. This then calls ilookup5() to check if the
|
/fs/btrfs/ |
D | inode.c | 3025 inode = ilookup5(s, objectid, btrfs_find_actor, in btrfs_ilookup()
|