Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nfsdumpstate/
H A Dnfsdumpstate.c204 lp[cnt].ndlck_stateid.seqid, in dump_lockstate()
205 lp[cnt].ndlck_stateid.other[0], in dump_lockstate()
206 lp[cnt].ndlck_stateid.other[1], in dump_lockstate()
207 lp[cnt].ndlck_stateid.other[2]); in dump_lockstate()
212 lp[cnt].ndlck_stateid.seqid, in dump_lockstate()
213 lp[cnt].ndlck_stateid.other[0], in dump_lockstate()
214 lp[cnt].ndlck_stateid.other[1], in dump_lockstate()
215 lp[cnt].ndlck_stateid.other[2]); in dump_lockstate()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1204 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; in nfsrv_dumplocks()
1205 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0]; in nfsrv_dumplocks()
1206 ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1]; in nfsrv_dumplocks()
1207 ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2]; in nfsrv_dumplocks()
1246 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; in nfsrv_dumplocks()
1247 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0]; in nfsrv_dumplocks()
1248 ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1]; in nfsrv_dumplocks()
1249 ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2]; in nfsrv_dumplocks()
1283 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid; in nfsrv_dumplocks()
1284 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0]; in nfsrv_dumplocks()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfs.h299 nfsv4stateid_t ndlck_stateid; /* stateid */ member