Searched refs:nextop (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdsocket.c | 715 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 D | nfs_nfsdport.c | 3679 struct mount **mpp, int startwrite, int nextop) in nfsd_fhtovp() argument 3772 nfsrv_checkwrongsec(nd, nextop, (*vpp)->v_type)); in nfsd_fhtovp() 7398 nfsrv_checkwrongsec(struct nfsrv_descript *nd, int nextop, __enum_uint8(vtype) vtyp) in nfsrv_checkwrongsec() argument 7407 if (nextop == NFSV4OP_PUTROOTFH || nextop == NFSV4OP_PUTFH || in nfsrv_checkwrongsec() 7408 nextop == NFSV4OP_PUTPUBFH || nextop == NFSV4OP_RESTOREFH || in nfsrv_checkwrongsec() 7409 nextop == NFSV4OP_LOOKUP || nextop == NFSV4OP_LOOKUPP || in nfsrv_checkwrongsec() 7410 nextop == NFSV4OP_SECINFO || nextop == NFSV4OP_SECINFONONAME) in nfsrv_checkwrongsec() 7412 if (nextop == NFSV4OP_OPEN && vtyp == VDIR) in nfsrv_checkwrongsec()
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 1057 BinOpr nextop; in subexpr() local 1062 nextop = subexpr(ls, &v2, priority[op].right); in subexpr() 1064 op = nextop; in subexpr()
|
| /freebsd/contrib/lua/src/ |
| H A D | lparser.c | 1275 BinOpr nextop; in subexpr() local 1280 nextop = subexpr(ls, &v2, priority[op].right); in subexpr() 1282 op = nextop; in subexpr()
|