Lines Matching refs:flc_posix
221 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
241 WARN_ON_ONCE(!list_empty(&ctx->flc_posix)); in locks_free_lock_context()
770 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
776 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
973 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in __posix_lock_file()
1002 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in __posix_lock_file()
1008 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in __posix_lock_file()
1209 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked()
1217 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked()
2406 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix()
2662 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks()