HomeSort by: relevance | last modified time | path
    Searched defs:new_stp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 110 static void nfsrv_getowner(struct nfsstatehead *hp, struct nfsstate *new_stp,
1494 nfsrv_getowner(struct nfsstatehead *hp, struct nfsstate *new_stp,
1501 if (new_stp->ls_ownerlen == stp->ls_ownerlen &&
1502 !NFSBCMP(new_stp->ls_owner,stp->ls_owner,stp->ls_ownerlen)) {
1513 * The structures new_stp and new_lop are passed in as pointers that should
1528 struct nfsstate *new_stp = *new_stpp; local in function:nfsrv_lockctrl
1543 if (new_stp->ls_flags & (NFSLCK_CHECK | NFSLCK_SETATTR)) {
1548 if (new_stp->ls_stateid.seqid == 0x0 &&
1549 new_stp->ls_stateid.other[0] == 0x0 &&
1550 new_stp->ls_stateid.other[1] == 0x0 &
2499 struct nfsstate *new_stp = *new_stpp; local in function:nfsrv_openctrl
    [all...]
nfs_nfsdstate.c 110 static void nfsrv_getowner(struct nfsstatehead *hp, struct nfsstate *new_stp,
1494 nfsrv_getowner(struct nfsstatehead *hp, struct nfsstate *new_stp,
1501 if (new_stp->ls_ownerlen == stp->ls_ownerlen &&
1502 !NFSBCMP(new_stp->ls_owner,stp->ls_owner,stp->ls_ownerlen)) {
1513 * The structures new_stp and new_lop are passed in as pointers that should
1528 struct nfsstate *new_stp = *new_stpp; local in function:nfsrv_lockctrl
1543 if (new_stp->ls_flags & (NFSLCK_CHECK | NFSLCK_SETATTR)) {
1548 if (new_stp->ls_stateid.seqid == 0x0 &&
1549 new_stp->ls_stateid.other[0] == 0x0 &&
1550 new_stp->ls_stateid.other[1] == 0x0 &
2499 struct nfsstate *new_stp = *new_stpp; local in function:nfsrv_openctrl
    [all...]

Completed in 23 milliseconds