Home
last modified time | relevance | path

Searched refs:gfs2_ilookup (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dinode.h102 extern struct inode *gfs2_ilookup(struct super_block *sb, u64 no_addr, int nonblock);
Dexport.c140 inode = gfs2_ilookup(sb, inum->no_addr, 0); in gfs2_get_dentry()
Dglock.c579 inode = gfs2_ilookup(sdp->sd_vfs, no_addr, 1); in delete_work_func()
Dinode.c74 struct inode *gfs2_ilookup(struct super_block *sb, u64 no_addr, int non_block) in gfs2_ilookup() function