Home
last modified time | relevance | path

Searched refs:RCMDLCK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c245 frcmd = RCMDLCK; in fs_frlock()
283 frcmd = SETFLCK|RCMDLCK; in fs_frlock()
312 frcmd = SETFLCK|SLPFLCK|RCMDLCK; in fs_frlock()
/illumos-gate/usr/src/uts/common/sys/
H A Dflock.h74 #define RCMDLCK 0x08 /* F_REMOTELOCK specified */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c586 if ((cmd & (RCMDLCK | PCMDLCK)) != 0) { in reclock()
613 if (cmd & RCMDLCK) in reclock()