Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dlocks.c141 #define IS_OFDLCK(fl) (fl->fl_flags & FL_OFDLCK) macro
641 if (IS_POSIX(blocker) && !IS_OFDLCK(blocker)) in __locks_insert_block()
850 if (IS_OFDLCK(caller_fl)) in posix_locks_deadlock()
1991 flock->l_pid = IS_OFDLCK(fl) ? -1 : fl->fl_pid; in posix_lock_to_flock()
2013 flock->l_pid = IS_OFDLCK(fl) ? -1 : fl->fl_pid; in posix_lock_to_flock64()
2556 else if (IS_OFDLCK(fl)) in lock_get_status()