Home
last modified time | relevance | path

Searched refs:nfsd_unlink (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/nfsd/
Dvfs.h111 __be32 nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type,
Dnfsproc.c405 nfserr = nfsd_unlink(rqstp, &argp->fh, -S_IFDIR, argp->name, argp->len); in nfsd_proc_remove()
515 nfserr = nfsd_unlink(rqstp, &argp->fh, S_IFDIR, argp->name, argp->len); in nfsd_proc_rmdir()
Dnfs3proc.c361 nfserr = nfsd_unlink(rqstp, &resp->fh, -S_IFDIR, argp->name, argp->len); in nfsd3_proc_remove()
382 nfserr = nfsd_unlink(rqstp, &resp->fh, S_IFDIR, argp->name, argp->len); in nfsd3_proc_rmdir()
Dvfs.c1761 nfsd_unlink(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, in nfsd_unlink() function
Dnfs4proc.c845 status = nfsd_unlink(rqstp, &cstate->current_fh, 0, in nfsd4_remove()