Searched refs:iops (Results 1 – 3 of 3) sorted by relevance
590 struct nfsd4_op iops[8]; member
1832 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()1835 argp->ops = argp->iops; in nfsd4_decode_compound()4443 if (args->ops != args->iops) { in nfsd4_release_compoundargs()4445 args->ops = args->iops; in nfsd4_release_compoundargs()4472 args->ops = args->iops; in nfs4svc_decode_compoundargs()
128 #define DIR(NAME, MODE, iops, fops) \ argument129 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )