Searched refs:exofs_new_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/exofs/
H A Dnamei.c70 struct inode *inode = exofs_new_inode(dir, mode);
91 inode = exofs_new_inode(dir, mode);
113 inode = exofs_new_inode(dir, S_IFLNK | S_IRWXUGO);
171 inode = exofs_new_inode(dir, S_IFDIR | mode);
H A Dexofs.h259 struct inode *exofs_new_inode(struct inode *, int);
H A Dinode.c1080 * Callback function from exofs_new_inode(). The important thing is that we
1116 struct inode *exofs_new_inode(struct inode *dir, int mode) function
1152 EXOFS_ERR("exofs_new_inode: exofs_get_io_state failed\n");

Completed in 56 milliseconds