Searched refs:nfs_do_create (Results 1 – 1 of 1) sorted by relevance
/linux/fs/nfs/ |
H A D | dir.c | 59 static int nfs_do_create(struct inode *dir, struct dentry *dentry, 2273 error = nfs_do_create(dir, dentry, mode, open_flags); in nfs_atomic_open_v23() 2357 static int nfs_do_create(struct inode *dir, struct dentry *dentry, in nfs_do_create() function 2389 return nfs_do_create(dir, dentry, mode, excl ? O_EXCL : 0); in nfs_create()
|