Lines Matching refs:flc_posix
219 INIT_LIST_HEAD(&new->flc_posix); in locks_get_lock_context()
237 WARN_ON_ONCE(!list_empty(&ctx->flc_posix)); in locks_free_lock_context()
766 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
772 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
969 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in __posix_lock_file()
998 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in __posix_lock_file()
1004 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in __posix_lock_file()
1207 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked()
1215 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked()
2377 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix()
2633 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks()