Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c715 int error = 0, igotlock, nextop, numops, savefhcnt; in nfsrvd_compound() local
838 nextop = -1; in nfsrvd_compound()
873 } else if (nextop == -1) { in nfsrvd_compound()
878 op = nextop; in nfsrvd_compound()
880 nextop = -1; in nfsrvd_compound()
1016 nextop = fxdr_unsigned(int, *tl); in nfsrvd_compound()
1017 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1020 } while (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1025 NULL, 0, nextop); in nfsrvd_compound()
1050 nextop = fxdr_unsigned(int, in nfsrvd_compound()
[all …]
H A Dnfs_nfsdport.c3430 struct mount **mpp, int startwrite, int nextop) in nfsd_fhtovp() argument
3514 nfsrv_checkwrongsec(nd, nextop, (*vpp)->v_type)); in nfsd_fhtovp()
7122 nfsrv_checkwrongsec(struct nfsrv_descript *nd, int nextop, __enum_uint8(vtype) vtyp) in nfsrv_checkwrongsec() argument
7131 if (nextop == NFSV4OP_PUTROOTFH || nextop == NFSV4OP_PUTFH || in nfsrv_checkwrongsec()
7132 nextop == NFSV4OP_PUTPUBFH || nextop == NFSV4OP_RESTOREFH || in nfsrv_checkwrongsec()
7133 nextop == NFSV4OP_LOOKUP || nextop == NFSV4OP_LOOKUPP || in nfsrv_checkwrongsec()
7134 nextop == NFSV4OP_SECINFO || nextop == NFSV4OP_SECINFONONAME) in nfsrv_checkwrongsec()
7136 if (nextop == NFSV4OP_OPEN && vtyp == VDIR) in nfsrv_checkwrongsec()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c1056 BinOpr nextop; in subexpr() local
1061 nextop = subexpr(ls, &v2, priority[op].right); in subexpr()
1063 op = nextop; in subexpr()
/freebsd/contrib/lua/src/
H A Dlparser.c1276 BinOpr nextop; in subexpr() local
1281 nextop = subexpr(ls, &v2, priority[op].right); in subexpr()
1283 op = nextop; in subexpr()