Searched refs:nfsd_unlink (Results 1 – 5 of 5) sorted by relevance
/linux/fs/nfsd/ |
H A D | vfs.h | 151 __be32 nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type,
|
H A D | nfsproc.c | 452 resp->status = nfsd_unlink(rqstp, &argp->fh, -S_IFDIR, in nfsd_proc_remove() 583 resp->status = nfsd_unlink(rqstp, &argp->fh, S_IFDIR, in nfsd_proc_rmdir()
|
H A D | nfs3proc.c | 521 resp->status = nfsd_unlink(rqstp, &resp->fh, -S_IFDIR, in nfsd3_proc_remove() 542 resp->status = nfsd_unlink(rqstp, &resp->fh, S_IFDIR, in nfsd3_proc_rmdir()
|
H A D | vfs.c | 1943 nfsd_unlink(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, in nfsd_unlink() function
|
H A D | nfs4proc.c | 1035 status = nfsd_unlink(rqstp, &cstate->current_fh, 0, in nfsd4_remove()
|