Searched refs:l_type (Results 1 – 5 of 5) sorted by relevance
44 fl.l_type = F_UNLCK; in lockf64()50 fl.l_type = F_WRLCK; in lockf64()55 fl.l_type = F_WRLCK; in lockf64()60 fl.l_type = F_RDLCK; in lockf64()62 if (fl.l_type == F_UNLCK || fl.l_pid == getpid()) return 0; in lockf64()
149 short l_type; member162 short l_type; member
47 short l_type; member
104 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h()
156 check_lock.l_type = F_WRLCK; in TEST()