Lines Matching +full:keep +full:- +full:a +full:- +full:live
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2023-2024 Oracle. All Rights Reserved.
10 * Each of these represents one parent pointer path step in a chain going
38 * scanned. These exist in-core, and hopefully there aren't more than a
84 * This is the inode that we're scanning. The live update hook can
85 * continue to be called after xchk_teardown drops sc->ip but before
86 * it calls buf_cleanup, so we keep a copy.
94 * as a stand-in until the orphanage can adopt the subdirectory.
110 * Hook into directory updates so that we can receive live updates
121 /* buffer for the live update functions to use for dirent names */
127 * steps for a particular pathwalk are recorded in sequential
128 * order in the xfarray. A pathwalk ends either with a step
143 /* Number of parents found by a pptr scan. */
146 /* Have the path data been invalidated by a concurrent update? */
154 list_for_each_entry_safe((path), (n), &(dl)->path_list, list)
157 list_for_each_entry((path), &(dl)->path_list, list)