Searched refs:nfsd_create_setattr (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/fs/nfsd/ |
D | vfs.h | 89 __be32 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
D | vfs.c | 1354 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_create_setattr() function 1489 err = nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_create_locked() 1647 nfsd_create_setattr(rqstp, fhp, resfhp, attrs); in nfsd_symlink()
|
D | nfs3proc.c | 333 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd3_create_file()
|
D | nfs4proc.c | 370 status = nfsd_create_setattr(rqstp, fhp, resfhp, &attrs); in nfsd4_create_file()
|