Home
last modified time | relevance | path

Searched refs:numops (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c835 int numops; in sum_compound4args() local
857 numops = getxdr_long(); in sum_compound4args()
859 while (numops-- > 0) { in sum_compound4args()
948 int numops; in sum_cb_compound4args() local
977 while (numops-- > 0) { in sum_cb_compound4args()
1055 int numops; in detail_nfs_argop4() local
1068 numops); in detail_nfs_argop4()
1070 while (numops-- > 0) { in detail_nfs_argop4()
1102 int numops; in detail_cb_argop4() local
1119 numops); in detail_cb_argop4()
[all …]
H A Dsnoop_filter.c1075 unemit(int numops) in unemit() argument
1077 curr_op -= numops; in unemit()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c627 int numops, num_argops; in nfs4secinfo_otw() local
778 numops = res.array_len; in nfs4secinfo_otw()
779 resop = &res.array[numops-1]; /* secinfo res */ in nfs4secinfo_otw()
H A Dnfs4_srv_deleg.c844 int numops; in rfs4_do_cb_recall() local
853 numops = 1; /* CB_RECALL only */ in rfs4_do_cb_recall()
855 argoplist_size = numops * sizeof (nfs_cb_argop4); in rfs4_do_cb_recall()
863 cb4_args.array_len = numops; in rfs4_do_cb_recall()
H A Dnfs4_vnops.c810 int numops, setgid_flag; in nfs4open_otw() local
853 numops = 10; in nfs4open_otw()
857 numops = 7; in nfs4open_otw()
861 numops = 4; in nfs4open_otw()
866 args.array_len = numops; in nfs4open_otw()
927 args.array_len = numops; in nfs4open_otw()
3852 numops = 5; in nfs4setattr()
3867 args.array_len = numops; in nfs4setattr()
3878 if (numops == 5) { in nfs4setattr()
6885 numops = 10; in call_nfs4_create_req()
[all …]
H A Dnfs4_callback.c1414 int numops; in nfs4delegreturn_otw() local
1419 numops = 3; /* PUTFH, GETATTR, DELEGRETURN */ in nfs4delegreturn_otw()
1422 args.array_len = numops; in nfs4delegreturn_otw()