Home
last modified time | relevance | path

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

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