Searched refs:F_FLOCKW (Results 1 – 11 of 11) sorted by relevance
165 #define F_FLOCKW 54 /* private - set flock owned by file and wait */ macro180 #define F_FLOCKW 56 /* private - set flock owned by file and wait */
292 case F_FLOCKW: in fcntl()355 if (cmd == F_FLOCK || cmd == F_FLOCKW) { in fcntl()396 if (cmd == F_FLOCK || cmd == F_FLOCKW || cmd == F_OFD_GETLK || in fcntl()680 cmd = F_FLOCKW; in fcntl()706 if (cmd == F_FLOCK || cmd == F_FLOCKW) { in fcntl()744 if (cmd == F_FLOCK || cmd == F_FLOCKW || cmd == F_OFD_GETLK || in fcntl()
36 int cmd = F_FLOCKW;
59 cmd = F_FLOCKW; in flock()
51 op = (operation & LOCK_NB) ? F_FLOCK : F_FLOCKW; in flock()
139 #define F_FLOCKW F_SETLKW macro
82 #define F_FLOCKW 54 /* private - flock wait */ macro
326 case F_FLOCKW: in fs_frlock()
111 #define FCNTLMAX F_FLOCKW
1880 case F_FLOCKW: in show_fcntl()
307 if (fcmd == F_OFD_SETLKW || fcmd == F_FLOCKW) in ofdlock()