Lines Matching defs:op
517 * 1. An op request of NBL_READ will fail if a different
520 * 2. An op request of NBL_WRITE will fail if a different
523 * 3. An op request of NBL_READWRITE will fail if a different
527 * 4. An op request of NBL_REMOVE will fail if there is
530 * 5. An op request of NBL_RENAME ... (same as NBL_REMOVE)
532 * Otherwise there is no conflict and the op request succeeds.
549 nbl_share_conflict(vnode_t *vp, nbl_op_t op, caller_context_t *ct)
586 switch (op) {
607 "nbl_share_conflict: bogus op (%d)",
608 op);