HomeSort by: relevance | last modified time | path
    Searched refs:LOCK_V4 (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.h 13 #define LOCK_V4 0x02 /* v4 version */
lockd_lock.c 222 return (flags & LOCK_V4) ?
230 return (flags & LOCK_V4) ?
237 return (flags & LOCK_V4) ?
246 return (flags & LOCK_V4) ?
256 return (flags & LOCK_V4) ?
269 return (flags & LOCK_V4) ?
291 return (flags & LOCK_V4) ?
295 return (flags & LOCK_V4) ?
298 return (flags & LOCK_V4) ?
303 return (flags & LOCK_V4)
    [all...]
lock_proc.c 816 holder = testlock(&arg->alock, LOCK_V4);
850 holder = testlock(&arg->alock, LOCK_V4);
897 LOCK_MON | LOCK_V4);
911 LOCK_MON | LOCK_ASYNC | LOCK_V4);
957 LOCK_CANCEL | LOCK_V4);
979 result.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_V4);
993 result.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_V4);

Completed in 13 milliseconds