Searched refs:argt (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | nfs3acl.c | 242 #define PROC(name, argt, rest, relt, cache, respsize) \ argument 244 (kxdrproc_t) nfs3svc_decode_##argt##args, \ 247 sizeof(struct nfsd3_##argt##args), \
|
D | nfs2acl.c | 350 #define PROC(name, argt, rest, relt, cache, respsize) \ argument 352 (kxdrproc_t) nfsaclsvc_decode_##argt##args, \ 355 sizeof(struct nfsd3_##argt##args), \
|
D | nfs3proc.c | 651 #define PROC(name, argt, rest, relt, cache, respsize) \ argument 653 (kxdrproc_t) nfs3svc_decode_##argt##args, \ 656 sizeof(struct nfsd3_##argt##args), \
|
/linux-4.1.27/fs/lockd/ |
D | svc4proc.c | 465 #define PROC(name, xargt, xrest, argt, rest, respsize) \ argument 470 .pc_argsize = sizeof(struct nlm_##argt), \
|
D | svcproc.c | 507 #define PROC(name, xargt, xrest, argt, rest, respsize) \ argument 512 .pc_argsize = sizeof(struct nlm_##argt), \
|