Home
last modified time | relevance | path

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

/fs/
Dlocks.c931 struct file_lock *cfl; in posix_test_lock() local
942 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
943 if (posix_locks_conflict(fl, cfl)) { in posix_test_lock()
944 locks_copy_conflock(fl, cfl); in posix_test_lock()