Searched refs:nfs_create (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | internal.h | 397 int nfs_create(struct inode *, struct dentry *, umode_t, bool);
|
H A D | proc.c | 695 .create = nfs_create,
|
H A D | dir.c | 1916 int nfs_create(struct inode *dir, struct dentry *dentry, in nfs_create() function 1939 EXPORT_SYMBOL_GPL(nfs_create); variable
|
H A D | nfs3proc.c | 964 .create = nfs_create,
|
H A D | nfs4proc.c | 10425 .create = nfs_create,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | proc.c | 695 .create = nfs_create,
|
H A D | internal.h | 391 int nfs_create(struct mnt_idmap *, struct inode *, struct dentry *,
|
H A D | dir.c | 2304 int nfs_create(struct mnt_idmap *idmap, struct inode *dir, in nfs_create() function 2327 EXPORT_SYMBOL_GPL(nfs_create); variable
|
H A D | nfs3proc.c | 987 .create = nfs_create,
|
H A D | nfs4proc.c | 10642 .create = nfs_create,
|
Completed in 56 milliseconds