Lines Matching defs:operation
372 int operation; /* either AUTOFS_LOOKUP or AUTOFS_MOUNT */
431 operation = 0;
490 operation = AUTOFS_MOUNT;
520 operation = AUTOFS_LOOKUP;
530 operation = AUTOFS_MOUNT;
563 ((operation == AUTOFS_MOUNT) && (fnp->fn_flags & MF_INPROG))) {
574 if (operation == 0) {
577 * on the previous operation on that node.
582 * previous operation on this node was
585 operation = AUTOFS_LOOKUP;
588 * previous operation completed. Return
605 switch (operation) {
652 "auto_lookup: unknown operation %d",
653 operation);