Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c158 static void nfsrv_getowner(struct nfsstatehead *hp, struct nfsstate *new_stp,
251 struct nfsstate *new_stp, struct nfslockfile *lfp, uint32_t *rflagsp,
1790 nfsrv_getowner(struct nfsstatehead *hp, struct nfsstate *new_stp, in nfsrv_getowner() argument
1797 if (new_stp->ls_ownerlen == stp->ls_ownerlen && in nfsrv_getowner()
1798 !NFSBCMP(new_stp->ls_owner,stp->ls_owner,stp->ls_ownerlen)) { in nfsrv_getowner()
1824 struct nfsstate *new_stp = *new_stpp; in nfsrv_lockctrl() local
1839 if (new_stp->ls_flags & (NFSLCK_CHECK | NFSLCK_SETATTR)) { in nfsrv_lockctrl()
1844 if (new_stp->ls_stateid.seqid == 0x0 && in nfsrv_lockctrl()
1845 new_stp->ls_stateid.other[0] == 0x0 && in nfsrv_lockctrl()
1846 new_stp->ls_stateid.other[1] == 0x0 && in nfsrv_lockctrl()
[all …]