Home
last modified time | relevance | path

Searched refs:IS_POSIX (Results 1 – 1 of 1) sorted by relevance

/fs/
Dlocks.c133 #define IS_POSIX(fl) (fl->fl_flags & FL_POSIX) macro
529 if (IS_POSIX(blocker)) in locks_insert_block()
615 if (!IS_POSIX(sys_fl) || posix_same_owner(caller_fl, sys_fl)) in posix_locks_conflict()
648 if (!IS_POSIX(cfl)) in posix_test_lock()
746 if (IS_POSIX(fl)) in flock_lock_file()
775 if (IS_POSIX(fl)) in flock_lock_file()
829 if (!IS_POSIX(fl)) in __posix_lock_file()
859 while ((fl = *before) && (!IS_POSIX(fl) || in __posix_lock_file()
1070 if (!IS_POSIX(fl)) in locks_mandatory_locked()
2100 if (IS_POSIX(fl)) { in lock_get_status()
[all …]