Searched refs:v9fs_get_inode (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dv9fs_vfs.h54 struct inode *v9fs_get_inode(struct super_block *sb, int mode);
H A Dvfs_super.c139 inode = v9fs_get_inode(sb, S_IFDIR | mode);
H A Dvfs_inode.c276 * v9fs_get_inode - helper function to setup an inode
282 struct inode *v9fs_get_inode(struct super_block *sb, int mode) function
457 ret = v9fs_get_inode(sb, umode);
491 ret = v9fs_get_inode(sb, st->st_mode);
1659 inode = v9fs_get_inode(dir->i_sb, S_IFLNK);
1927 inode = v9fs_get_inode(dir->i_sb, mode);

Completed in 44 milliseconds