Home
last modified time | relevance | path

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

/fs/nfsd/
Dxdr4.h697 struct nfsd4_op iops[8]; member
Dnfs4xdr.c2358 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()
/fs/proc/
Dbase.c139 #define DIR(NAME, MODE, iops, fops) \ argument
140 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )