Lines Matching +full:non +full:- +full:live
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2021-2024 Oracle. All Rights Reserved.
9 /* Live link count control structure. */
19 * step because the collection iscan coordinates live updates to the
27 * Hook into directory updates so that we can receive live updates
41 * In-core link counts for a given inode in the filesystem.
77 * the number of dot entries. Should be zero for non-directories.
99 xchk_nlink_total(struct xfs_inode *ip, const struct xchk_nlink *live) in xchk_nlink_total() argument
101 uint64_t ret = live->parents; in xchk_nlink_total()
104 if (ip && S_ISDIR(VFS_I(ip)->i_mode) && VFS_I(ip)->i_nlink) in xchk_nlink_total()
106 return ret + live->children; in xchk_nlink_total()