Home
last modified time | relevance | path

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

/linux-4.4.14/fs/exofs/
Dnamei.c65 struct inode *inode = exofs_new_inode(dir, mode); in exofs_create()
83 inode = exofs_new_inode(dir, mode); in exofs_mknod()
105 inode = exofs_new_inode(dir, S_IFLNK | S_IRWXUGO); in exofs_symlink()
158 inode = exofs_new_inode(dir, S_IFDIR | mode); in exofs_mkdir()
Dexofs.h161 struct inode *exofs_new_inode(struct inode *, umode_t);
Dinode.c1295 struct inode *exofs_new_inode(struct inode *dir, umode_t mode) in exofs_new_inode() function