Searched refs:FG_HAS_OFDLOCK (Results 1 – 3 of 3) sorted by relevance
160 #define FG_HAS_OFDLOCK 0x400 /* Has or has had an OFD lock */ macro
1808 (fg->fg_lflags & FG_HAS_OFDLOCK) != 0)) { in vn_closefile()1821 if ((fg->fg_lflags & FG_HAS_OFDLOCK) != 0) { in vn_closefile()
348 (fg->fg_lflags & FG_HAS_OFDLOCK)) { in fg_transfer_filelocks()3082 if ((fg->fg_lflags & FG_HAS_OFDLOCK) == 0) { in sys_fcntl_nocancel()3084 fg->fg_lflags |= FG_HAS_OFDLOCK; in sys_fcntl_nocancel()