Searched refs:F_FLOCK (Results 1 – 9 of 9) sorted by relevance
45 rv = fcntl(fildes, F_FLOCK, &l); in flock()51 op = (operation & LOCK_NB) ? F_FLOCK : F_FLOCKW; in flock()
164 #define F_FLOCK 53 /* private - set flock owned by file */ macro179 #define F_FLOCK 55 /* private - set flock owned by file */
291 case F_FLOCK: 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()678 cmd = F_FLOCK; 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()
49 cmd = F_FLOCK;
56 cmd = F_FLOCK; in flock()
140 #define F_FLOCK F_SETLK macro
81 #define F_FLOCK 53 /* private - flock */ macro
325 case F_FLOCK: in fs_frlock()
1879 case F_FLOCK: in show_fcntl()