Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dflock.h71 #define PCMDLCK 0x10 /* Clustering: F_PXFSLOCK specified */ macro
/titanic_44/usr/src/uts/common/fs/
H A Dfs_subr.c241 frcmd = PCMDLCK; in fs_frlock()
268 frcmd = SETFLCK|PCMDLCK; in fs_frlock()
297 frcmd = SETFLCK|SLPFLCK|PCMDLCK; in fs_frlock()
/titanic_44/usr/src/uts/common/os/
H A Dflock.c301 if ((cmd & (RCMDLCK | PCMDLCK)) != 0) { in reclock()
340 if ((cmd & PCMDLCK) || (GETPXFSID(lckdat->l_sysid) != 0)) { in reclock()