Lines Matching refs:flc_posix
189 INIT_LIST_HEAD(&ctx->flc_posix); in locks_get_lock_context()
221 !list_empty(&ctx->flc_posix) || in locks_check_ctx_lists()
227 locks_dump_ctx_list(&ctx->flc_posix, "POSIX"); in locks_check_ctx_lists()
319 list_for_each_entry(fl, &flctx->flc_posix, fl_list) { in locks_owner_has_blockers()
911 if (!ctx || list_empty_careful(&ctx->flc_posix)) { in posix_test_lock()
918 list_for_each_entry(cfl, &ctx->flc_posix, fl_list) { in posix_test_lock()
1135 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1181 list_for_each_entry(fl, &ctx->flc_posix, fl_list) { in posix_lock_inode()
1187 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
2551 if (!ctx || list_empty(&ctx->flc_posix)) in locks_remove_posix()
2637 locks_check_ctx_file_list(filp, &ctx->flc_posix, "POSIX"); in locks_remove_file()
2676 ret = !list_empty(&ctx->flc_posix) || !list_empty(&ctx->flc_flock); in vfs_inode_has_locks()
2858 __show_fd_locks(f, &ctx->flc_posix, &id, filp, files); in show_fd_locks()