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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dv9fs_vfs.h47 struct inode *v9fs_get_inode(struct super_block *sb, int mode);
H A Dvfs_super.c141 inode = v9fs_get_inode(sb, S_IFDIR | mode);
H A Dvfs_inode.c189 * v9fs_get_inode - helper function to setup an inode
195 struct inode *v9fs_get_inode(struct super_block *sb, int mode) function
375 ret = v9fs_get_inode(sb, umode);
679 inode = v9fs_get_inode(sb, p9mode2unixmode(v9ses,

Completed in 36 milliseconds