Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvclock.c161 if (block->b_file == file && nlm_compare_locks(fl, &lock->fl)) { in nlmsvc_lookup_block()
723 if (nlm_compare_locks(&block->b_call->a_args.lock.fl, fl)) { in nlmsvc_grant_deferred()
762 if (nlm_compare_locks(&block->b_call->a_args.lock.fl, fl)) { in nlmsvc_notify_blocked()
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dlockd.h361 static inline int nlm_compare_locks(const struct file_lock *fl1, in nlm_compare_locks() function