Searched refs:gfs2_inode_lookup (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | inode.h | 96 extern struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned type,
|
D | inode.c | 123 struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned int type, in gfs2_inode_lookup() function 225 inode = gfs2_inode_lookup(sb, DT_UNKNOWN, no_addr, 0, blktype); in gfs2_lookup_by_inum()
|
D | ops_fstype.c | 449 inode = gfs2_inode_lookup(sb, DT_DIR, no_addr, 0, in gfs2_lookup_root()
|
D | dir.c | 1666 inode = gfs2_inode_lookup(dir->i_sb, dtype, addr, formal_ino, in gfs2_dir_search()
|