Lines Matching refs:flc_posix
222 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
254 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists()
260 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists()
820 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
826 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
1026 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1055 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1061 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1266 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked()
1274 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked()
2476 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix()
2566 locks_check_ctx_file_list(filp, &ctx->flc_posix, "POSIX"); in locks_remove_file()
2749 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks()