Searched refs:get_inode (Results 1 – 2 of 2) sorted by relevance
/fs/hppfs/ |
D | hppfs.c | 23 static struct inode *get_inode(struct super_block *, struct dentry *); 163 inode = get_inode(ino->i_sb, proc_dentry); in hppfs_lookup() 674 static struct inode *get_inode(struct super_block *sb, struct dentry *dentry) in get_inode() function 728 root_inode = get_inode(sb, dget(proc_mnt->mnt_root)); in hppfs_fill_super()
|
/fs/ |
D | libfs.c | 857 int fh_len, int fh_type, struct inode *(*get_inode) in generic_fh_to_dentry() 868 inode = get_inode(sb, fid->i32.ino, fid->i32.gen); in generic_fh_to_dentry() 890 int fh_len, int fh_type, struct inode *(*get_inode) in generic_fh_to_parent() 900 inode = get_inode(sb, fid->i32.parent_ino, in generic_fh_to_parent()
|