Searched refs:lck_result (Results 1 – 3 of 3) sorted by relevance
316 int dir_fd, fd, lck_result; in walk_hugedir() local351 lck_result = flock(fd, LOCK_EX | LOCK_NB); in walk_hugedir()354 if (lck_result != -1) in walk_hugedir()
86 int dir_fd, fd, lck_result; in eal_clean_runtime_dir() local143 lck_result = flock(fd, LOCK_EX | LOCK_NB); in eal_clean_runtime_dir()146 if (lck_result != -1) in eal_clean_runtime_dir()
176 int fd, lck_result, result = 0; in process_hugefiles() local254 lck_result = flock(fd, LOCK_EX | LOCK_NB); in process_hugefiles()257 if (lck_result != -1) { in process_hugefiles()