Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dlocks.c141 #define IS_OFDLCK(fl) (fl->fl_flags & FL_OFDLCK) macro
637 if (IS_POSIX(blocker) && !IS_OFDLCK(blocker)) in __locks_insert_block()
846 if (IS_OFDLCK(caller_fl)) in posix_locks_deadlock()
1963 flock->l_pid = IS_OFDLCK(fl) ? -1 : fl->fl_pid; in posix_lock_to_flock()
1985 flock->l_pid = IS_OFDLCK(fl) ? -1 : fl->fl_pid; in posix_lock_to_flock64()
2527 else if (IS_OFDLCK(fl)) in lock_get_status()