Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dxdr.h40 struct nfsd_createargs { struct
137 struct nfsd_createargs create;
H A Dnfsproc.c257 struct nfsd_createargs *argp = rqstp->rq_argp; in nfsd_proc_create()
511 struct nfsd_createargs *argp = rqstp->rq_argp; in nfsd_proc_mkdir()
710 .pc_argsize = sizeof(struct nfsd_createargs),
756 .pc_argsize = sizeof(struct nfsd_createargs),
H A Dnfsxdr.c318 struct nfsd_createargs *args = rqstp->rq_argp; in nfssvc_decode_createargs()