Home
last modified time | relevance | path

Searched refs:nfsd_createargs (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dxdr.h39 struct nfsd_createargs { struct
124 struct nfsd_createargs create;
145 struct nfsd_createargs *);
Dnfsproc.c183 nfsd_proc_create(struct svc_rqst *rqstp, struct nfsd_createargs *argp, in nfsd_proc_create()
424 nfsd_proc_mkdir(struct svc_rqst *rqstp, struct nfsd_createargs *argp, in nfsd_proc_mkdir()
617 .pc_argsize = sizeof(struct nfsd_createargs),
663 .pc_argsize = sizeof(struct nfsd_createargs),
Dnfsxdr.c334 struct nfsd_createargs *args) in nfssvc_decode_createargs()