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.c374 nfsv4stateid_t stateid; in nfsrvd_setattr() local
391 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++); in nfsrvd_setattr()
392 stateid.other[0] = *tl++; in nfsrvd_setattr()
393 stateid.other[1] = *tl++; in nfsrvd_setattr()
394 stateid.other[2] = *tl; in nfsrvd_setattr()
395 if (stateid.other[0] == 0x55555555 && in nfsrvd_setattr()
396 stateid.other[1] == 0x55555555 && in nfsrvd_setattr()
397 stateid.other[2] == 0x55555555 && in nfsrvd_setattr()
398 stateid.seqid == 0xffffffff) in nfsrvd_setattr()
461 nd->nd_repstat = nfsrv_checksetattr(vp, nd, &stateid, in nfsrvd_setattr()
[all …]
H A Dnfs_nfsdstate.c7218 nfsv4stateid_t stateid; in nfsrv_recalloldlayout() local
7234 stateid = lyp->lay_stateid; in nfsrv_recalloldlayout()
7242 error = nfsrv_recalllayout(clientid, &stateid, &fh, NULL, 0, in nfsrv_recalloldlayout()
7256 lyp->lay_stateid.other[0] == stateid.other[0] && in nfsrv_recalloldlayout()
7257 lyp->lay_stateid.other[1] == stateid.other[1] && in nfsrv_recalloldlayout()
7258 lyp->lay_stateid.other[2] == stateid.other[2]) { in nfsrv_recalloldlayout()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1377 nfsv4stateid_t stateid; in nfsrpc_setattr() local
1393 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp); in nfsrpc_setattr()
1410 mode, 0, cred, p, &stateid, &lckp); in nfsrpc_setattr()
1414 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p, in nfsrpc_setattr()
1417 error = nfsrpc_setaclrpc(vp, cred, p, aclp, &stateid); in nfsrpc_setattr()
1513 nfsv4stateid_t stateid; in nfsrpc_lookup() local
1658 stateid.seqid = *tl++; in nfsrpc_lookup()
1659 stateid.other[0] = *tl++; in nfsrpc_lookup()
1660 stateid.other[1] = *tl++; in nfsrpc_lookup()
1661 stateid.other[2] = *tl; in nfsrpc_lookup()
[all …]
H A Dnfs_clstate.c3566 nfsv4stateid_t stateid; in nfscl_docb() local
3708 stateid.seqid = *tl++; in nfscl_docb()
3709 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other, in nfscl_docb()
3764 stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfscl_docb()
3765 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER); in nfscl_docb()
3770 stateid.seqid, error); in nfscl_docb()
3785 !NFSBCMP(stateid.other, in nfscl_docb()
3792 len, stateid.seqid, in nfscl_docb()
3796 stateid.seqid > in nfscl_docb()
3799 stateid.seqid; in nfscl_docb()
[all …]