Home
last modified time | relevance | path

Searched refs:get_inode (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dexportfs.h232 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
235 struct inode *(*get_inode) (struct super_block *sb, u64 ino, u32 gen));
/linux-4.1.27/fs/hppfs/
Dhppfs.c23 static struct inode *get_inode(struct super_block *, struct dentry *);
164 inode = get_inode(ino->i_sb, proc_dentry); in hppfs_lookup()
671 static struct inode *get_inode(struct super_block *sb, struct dentry *dentry) in get_inode() function
725 root_inode = get_inode(sb, dget(proc_mnt->mnt_root)); in hppfs_fill_super()
/linux-4.1.27/fs/
Dlibfs.c874 int fh_len, int fh_type, struct inode *(*get_inode) in generic_fh_to_dentry()
885 inode = get_inode(sb, fid->i32.ino, fid->i32.gen); in generic_fh_to_dentry()
907 int fh_len, int fh_type, struct inode *(*get_inode) in generic_fh_to_parent()
917 inode = get_inode(sb, fid->i32.parent_ino, in generic_fh_to_parent()