Searched refs:iops (Results 1 – 3 of 3) sorted by relevance
697 struct nfsd4_op iops[8]; member
2358 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()2361 argp->ops = argp->iops; in nfsd4_decode_compound()5404 if (args->ops != args->iops) { in nfsd4_release_compoundargs()5406 args->ops = args->iops; in nfsd4_release_compoundargs()5424 args->ops = args->iops; in nfs4svc_decode_compoundargs()
139 #define DIR(NAME, MODE, iops, fops) \ argument140 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )