Home
last modified time | relevance | path

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

/dragonfly/test/stress/fsstress/
H A Dfsstress.c223 int procid; variable
451 procid = 0; in main()
456 procid = i; in main()
702 seed += procid; in doproc()
1449 procid, opno, f.path); in attr_remove_f()
1662 procid, opno, f.path); in creat_f()
1907 procid, opno); in fdatasync_f()
2029 procid, opno, f.path); in getdents_f()
2073 procid, opno, l.path); in link_f()
2112 procid, opno, f.path); in mkdir_f()
[all …]
/dragonfly/sys/vfs/nfs/
H A Dnfsm_subs.h136 u_long procid, int hsiz);
137 struct mbuf *nfsm_rpchead (struct ucred *cr, int nmflag, int procid,
H A Dnfsm_subs.c112 nfsm_reqhead(nfsm_info_t info, struct vnode *vp, u_long procid, int hsiz) in nfsm_reqhead() argument
127 nfsm_rpchead(struct ucred *cr, int nmflag, int procid, int auth_type, in nfsm_rpchead() argument
174 *tl++ = txdr_unsigned(procid); in nfsm_rpchead()
176 *tl++ = txdr_unsigned(nfsv2_procid[procid]); in nfsm_rpchead()