Searched refs:nfsd_unlink (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
D | vfs.h | 125 __be32 nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type,
|
D | nfsproc.c | 425 resp->status = nfsd_unlink(rqstp, &argp->fh, -S_IFDIR, in nfsd_proc_remove() 545 resp->status = nfsd_unlink(rqstp, &argp->fh, S_IFDIR, in nfsd_proc_rmdir()
|
D | nfs3proc.c | 355 resp->status = nfsd_unlink(rqstp, &resp->fh, -S_IFDIR, in nfsd3_proc_remove() 376 resp->status = nfsd_unlink(rqstp, &resp->fh, S_IFDIR, in nfsd3_proc_rmdir()
|
D | vfs.c | 1851 nfsd_unlink(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, in nfsd_unlink() function
|
D | nfs4proc.c | 861 status = nfsd_unlink(rqstp, &cstate->current_fh, 0, in nfsd4_remove()
|