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.c7225 nfsv4stateid_t stateid; in nfsrv_recalloldlayout() local
7241 stateid = lyp->lay_stateid; in nfsrv_recalloldlayout()
7249 error = nfsrv_recalllayout(clientid, &stateid, &fh, NULL, 0, in nfsrv_recalloldlayout()
7263 lyp->lay_stateid.other[0] == stateid.other[0] && in nfsrv_recalloldlayout()
7264 lyp->lay_stateid.other[1] == stateid.other[1] && in nfsrv_recalloldlayout()
7265 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()
1398 * No Open stateid, so try and open the file 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 in nfsrpc_lookup()
1811 nfsv4stateid_t stateid; nfsrpc_read() local
1974 nfsv4stateid_t stateid; nfsrpc_write() local
2286 nfsv4stateid_t stateid; nfsrpc_deallocate() local
2605 nfsv4stateid_t stateid; nfsrpc_createv4() local
6032 nfsv4stateid_t stateid; nfsrpc_getlayout() local
6388 nfsv4stateid_t stateid; nfscl_doiods() local
7674 nfsv4stateid_t stateid; nfsrpc_allocate() local
8159 nfsv4stateid_t stateid; nfsrpc_getopenlayout() local
8425 nfsv4stateid_t stateid; nfsrpc_createlayout() local
8686 nfsv4stateid_t stateid; nfsrpc_getcreatelayout() local
9043 nfsv4stateid_t stateid; nfsrpc_seek() local
[all...]
H A Dnfs_clstate.c3565 nfsv4stateid_t stateid; in nfscl_docb() local
3707 stateid.seqid = *tl++; in nfscl_docb()
3708 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other, in nfscl_docb()
3763 stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfscl_docb()
3764 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER); in nfscl_docb()
3769 stateid.seqid, error); in nfscl_docb()
3784 !NFSBCMP(stateid.other, in nfscl_docb()
3791 len, stateid.seqid, in nfscl_docb()
3795 stateid.seqid > in nfscl_docb()
3798 stateid.seqid; in nfscl_docb()
[all …]