Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dxdr.h39 struct nfsd_createargs { struct
124 struct nfsd_createargs create;
145 struct nfsd_createargs *);
Dnfsproc.c231 nfsd_proc_create(struct svc_rqst *rqstp, struct nfsd_createargs *argp, in nfsd_proc_create()
472 nfsd_proc_mkdir(struct svc_rqst *rqstp, struct nfsd_createargs *argp, in nfsd_proc_mkdir()
665 .pc_argsize = sizeof(struct nfsd_createargs),
711 .pc_argsize = sizeof(struct nfsd_createargs),
Dnfsxdr.c334 struct nfsd_createargs *args) in nfssvc_decode_createargs()