Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dflock.h70 #define RCMDLCK 0x08 /* F_REMOTELOCK specified */ macro
/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c239 frcmd = RCMDLCK; in fs_frlock()
266 frcmd = SETFLCK|RCMDLCK; in fs_frlock()
295 frcmd = SETFLCK|SLPFLCK|RCMDLCK; in fs_frlock()
/titanic_44/usr/src/uts/common/os/
H A Dflock.c301 if ((cmd & (RCMDLCK | PCMDLCK)) != 0) { in reclock()
328 if (cmd & RCMDLCK) in reclock()