Home
last modified time | relevance | path

Searched refs:stateid (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c412 nfsv4stateid_t stateid; in nfsrvd_setattr() local
431 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_setattr()
432 stateid.other[0] = *tl++; in nfsrvd_setattr()
433 stateid.other[1] = *tl++; in nfsrvd_setattr()
434 stateid.other[2] = *tl; in nfsrvd_setattr()
435 if (stateid.other[0] == 0x55555555 && in nfsrvd_setattr()
436 stateid.other[1] == 0x55555555 && in nfsrvd_setattr()
437 stateid.other[2] == 0x55555555 && in nfsrvd_setattr()
438 stateid.seqid == 0xffffffff) in nfsrvd_setattr()
524 nd->nd_repstat = nfsrv_checksetattr(vp, nd, &stateid, in nfsrvd_setattr()
[all …]
H A Dnfs_nfsdstate.c7036 nfsv4stateid_t stateid; in nfsrv_recalloldlayout() local
7052 stateid = lyp->lay_stateid; in nfsrv_recalloldlayout()
7060 error = nfsrv_recalllayout(clientid, &stateid, &fh, NULL, 0, in nfsrv_recalloldlayout()
7074 lyp->lay_stateid.other[0] == stateid.other[0] && in nfsrv_recalloldlayout()
7075 lyp->lay_stateid.other[1] == stateid.other[1] && in nfsrv_recalloldlayout()
7076 lyp->lay_stateid.other[2] == stateid.other[2]) { in nfsrv_recalloldlayout()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1319 nfsv4stateid_t stateid; in nfsrpc_setattr() local
1335 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp); in nfsrpc_setattr()
1352 mode, 0, cred, p, &stateid, &lckp); in nfsrpc_setattr()
1356 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p, in nfsrpc_setattr()
1360 &stateid); in nfsrpc_setattr()
1456 nfsv4stateid_t stateid; in nfsrpc_lookup() local
1601 stateid.seqid = *tl++; in nfsrpc_lookup()
1602 stateid.other[0] = *tl++; in nfsrpc_lookup()
1603 stateid.other[1] = *tl++; in nfsrpc_lookup()
1604 stateid.other[2] = *tl; in nfsrpc_lookup()
[all …]
H A Dnfs_clstate.c3614 nfsv4stateid_t stateid; in nfscl_docb() local
3758 stateid.seqid = *tl++; in nfscl_docb()
3759 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other, in nfscl_docb()
3806 stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfscl_docb()
3807 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER); in nfscl_docb()
3812 stateid.seqid, error); in nfscl_docb()
3827 !NFSBCMP(stateid.other, in nfscl_docb()
3834 len, stateid.seqid, in nfscl_docb()
3838 stateid.seqid > in nfscl_docb()
3841 stateid.seqid; in nfscl_docb()
[all …]