Lines Matching refs:flc_posix
264 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
296 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists()
302 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists()
959 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
965 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
1169 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1204 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1210 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1416 if (!ctx || list_empty_careful(&ctx->flc_posix)) in locks_mandatory_locked()
1424 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in locks_mandatory_locked()
2712 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix()
2798 locks_check_ctx_file_list(filp, &ctx->flc_posix, "POSIX"); in locks_remove_file()
2959 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks()