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.c838 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()
1017 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1025 NULL, 0, nextop); in nfsrvd_compound()
1050 nextop = fxdr_unsigned(int, in nfsrvd_compound()
1052 if (nextop == NFSV4OP_SAVEFH && in nfsrvd_compound()
1059 &nes, NULL, 0, nextop); in nfsrvd_compound()
1085 nextop = fxdr_unsigned(int, in nfsrvd_compound()
[all …]
H A Dnfs_nfsdport.c3366 struct mount **mpp, int startwrite, int nextop) in nfsd_fhtovp() argument
3450 nfsrv_checkwrongsec(nd, nextop, (*vpp)->v_type)); in nfsd_fhtovp()
7058 nfsrv_checkwrongsec(struct nfsrv_descript *nd, int nextop, __enum_uint8(vtype) vtyp) in nfsrv_checkwrongsec() argument
7067 if (nextop == NFSV4OP_PUTROOTFH || nextop == NFSV4OP_PUTFH || in nfsrv_checkwrongsec()
7068 nextop == NFSV4OP_PUTPUBFH || nextop == NFSV4OP_RESTOREFH || in nfsrv_checkwrongsec()
7069 nextop == NFSV4OP_LOOKUP || nextop == NFSV4OP_LOOKUPP || in nfsrv_checkwrongsec()
7070 nextop == NFSV4OP_SECINFO || nextop == NFSV4OP_SECINFONONAME) in nfsrv_checkwrongsec()
7072 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()