/fs/btrfs/ |
D | disk-io.h | 35 struct btrfs_tree_parent_check *check); 85 struct btrfs_tree_parent_check *check); 112 struct btrfs_tree_parent_check *check);
|
D | disk-io.c | 199 struct btrfs_tree_parent_check *check) in btrfs_read_extent_buffer() argument 208 ASSERT(check); in btrfs_read_extent_buffer() 212 ret = read_extent_buffer_pages(eb, WAIT_COMPLETE, mirror_num, check); in btrfs_read_extent_buffer() 337 struct btrfs_tree_parent_check *check) in btrfs_validate_extent_buffer() argument 347 ASSERT(check); in btrfs_validate_extent_buffer() 387 if (found_level != check->level) { in btrfs_validate_extent_buffer() 390 eb->start, eb->read_mirror, check->level, found_level); in btrfs_validate_extent_buffer() 394 if (unlikely(check->transid && in btrfs_validate_extent_buffer() 395 btrfs_header_generation(eb) != check->transid)) { in btrfs_validate_extent_buffer() 398 eb->start, eb->read_mirror, check->transid, in btrfs_validate_extent_buffer() [all …]
|
D | print-tree.c | 388 struct btrfs_tree_parent_check check = { in btrfs_print_tree() local 396 btrfs_node_key_to_cpu(c, &check.first_key, i); in btrfs_print_tree() 397 next = read_tree_block(fs_info, btrfs_node_blockptr(c, i), &check); in btrfs_print_tree()
|
D | Kconfig | 52 bool "Btrfs with integrity check tool compiled in (DEPRECATED)" 63 If the integrity check tool is included and activated in
|
D | ctree.c | 1010 struct btrfs_tree_parent_check check = { 0 }; in btrfs_read_node_slot() local 1018 check.level = level - 1; in btrfs_read_node_slot() 1019 check.transid = btrfs_node_ptr_generation(parent, slot); in btrfs_read_node_slot() 1020 check.owner_root = btrfs_header_owner(parent); in btrfs_read_node_slot() 1021 check.has_first_key = true; in btrfs_read_node_slot() 1022 btrfs_node_key_to_cpu(parent, &check.first_key, slot); in btrfs_read_node_slot() 1025 &check); in btrfs_read_node_slot() 1625 struct btrfs_tree_parent_check check = { 0 }; in read_block_for_search() local 1637 btrfs_node_key_to_cpu(*eb_ret, &check.first_key, slot); in read_block_for_search() 1638 check.has_first_key = true; in read_block_for_search() [all …]
|
D | tree-mod-log.c | 1002 struct btrfs_tree_parent_check check = { 0 }; in btrfs_get_old_root() local 1007 check.level = level; in btrfs_get_old_root() 1008 check.owner_root = root->root_key.objectid; in btrfs_get_old_root() 1010 old = read_tree_block(fs_info, logical, &check); in btrfs_get_old_root()
|
D | Makefile | 39 btrfs-$(CONFIG_BTRFS_FS_CHECK_INTEGRITY) += check-integrity.o
|
D | qgroup.c | 2390 struct btrfs_tree_parent_check check = { in btrfs_qgroup_trace_subtree() local 2396 ret = btrfs_read_extent_buffer(root_eb, &check); in btrfs_qgroup_trace_subtree() 4364 struct btrfs_tree_parent_check check = { 0 }; in btrfs_qgroup_trace_subtree_after_cow() local 4413 check.level = block->level; in btrfs_qgroup_trace_subtree_after_cow() 4414 check.transid = block->reloc_generation; in btrfs_qgroup_trace_subtree_after_cow() 4415 check.has_first_key = true; in btrfs_qgroup_trace_subtree_after_cow() 4416 memcpy(&check.first_key, &block->first_key, sizeof(check.first_key)); in btrfs_qgroup_trace_subtree_after_cow() 4419 reloc_eb = read_tree_block(fs_info, block->reloc_bytenr, &check); in btrfs_qgroup_trace_subtree_after_cow()
|
D | backref.c | 849 struct btrfs_tree_parent_check check = { 0 }; in add_missing_keys() local 858 check.level = ref->level - 1; in add_missing_keys() 859 check.owner_root = ref->root_id; in add_missing_keys() 861 eb = read_tree_block(fs_info, ref->wanted_disk_byte, &check); in add_missing_keys() 1612 struct btrfs_tree_parent_check check = { 0 }; in find_parent_nodes() local 1615 check.level = ref->level; in find_parent_nodes() 1618 &check); in find_parent_nodes()
|
D | tree-log.c | 358 struct btrfs_tree_parent_check check = { in process_one_buffer() local 363 ret = btrfs_read_extent_buffer(eb, &check); in process_one_buffer() 2409 struct btrfs_tree_parent_check check = { in replay_one_buffer() local 2419 ret = btrfs_read_extent_buffer(eb, &check); in replay_one_buffer() 2620 struct btrfs_tree_parent_check check = { 0 }; in walk_down_log_tree() local 2632 check.transid = ptr_gen; in walk_down_log_tree() 2633 check.level = *level - 1; in walk_down_log_tree() 2634 check.has_first_key = true; in walk_down_log_tree() 2635 btrfs_node_key_to_cpu(cur, &check.first_key, path->slots[*level]); in walk_down_log_tree() 2653 ret = btrfs_read_extent_buffer(next, &check); in walk_down_log_tree() [all …]
|
/fs/jffs2/ |
D | debug.c | 266 #define check(sz) \ in __jffs2_dbg_superblock_counts() macro 275 check(free); in __jffs2_dbg_superblock_counts() 276 check(dirty); in __jffs2_dbg_superblock_counts() 277 check(used); in __jffs2_dbg_superblock_counts() 278 check(wasted); in __jffs2_dbg_superblock_counts() 279 check(unchecked); in __jffs2_dbg_superblock_counts() 280 check(bad); in __jffs2_dbg_superblock_counts() 281 check(erasing); in __jffs2_dbg_superblock_counts() 283 #undef check in __jffs2_dbg_superblock_counts()
|
/fs/isofs/ |
D | inode.c | 159 unsigned char check; member 349 popt->check = 'u'; /* unset */ in parse_options() 431 popt->check = 'r'; in parse_options() 434 popt->check = 's'; in parse_options() 963 if (opt.check == 'u') { in isofs_fill_super() 966 opt.check = 'r'; in isofs_fill_super() 968 opt.check = 's'; in isofs_fill_super() 983 if (opt.check == 'r') in isofs_fill_super() 985 sbi->s_check = opt.check; in isofs_fill_super()
|
/fs/xfs/libxfs/ |
D | xfs_rmap.c | 2798 struct xfs_rmap_irec check = *rec; in xfs_rmap_count_owners_helper() local 2803 filedata = !XFS_RMAP_NON_INODE_OWNER(check.rm_owner) && in xfs_rmap_count_owners_helper() 2804 !(check.rm_flags & XFS_RMAP_BMBT_BLOCK); in xfs_rmap_count_owners_helper() 2807 delta = (int64_t)roc->good.rm_startblock - check.rm_startblock; in xfs_rmap_count_owners_helper() 2809 check.rm_startblock += delta; in xfs_rmap_count_owners_helper() 2810 check.rm_blockcount -= delta; in xfs_rmap_count_owners_helper() 2812 check.rm_offset += delta; in xfs_rmap_count_owners_helper() 2816 delta = (check.rm_startblock + check.rm_blockcount) - in xfs_rmap_count_owners_helper() 2819 check.rm_blockcount -= delta; in xfs_rmap_count_owners_helper() 2822 keyflags = check.rm_flags & (XFS_RMAP_ATTR_FORK | XFS_RMAP_BMBT_BLOCK); in xfs_rmap_count_owners_helper() [all …]
|
/fs/xfs/ |
D | Kconfig | 128 bool "XFS online metadata check support" 134 If you say Y here you will be able to check metadata on a 147 bool "XFS online metadata check usage data collection" 153 the online metadata check subsystem. This includes the number
|
/fs/nfsd/ |
D | nfs4recover.c | 60 int (*check)(struct nfs4_client *); member 718 .check = nfsd4_check_legacy_client, 1636 .check = nfsd4_cld_check_v0, 1648 .check = nfsd4_cld_check, 1660 .check = nfsd4_cld_check_v2, 2004 .check = nfsd4_umh_cltrack_check, 2103 return nn->client_tracking_ops->check(clp); in nfsd4_client_record_check()
|
D | nfs3xdr.c | 299 u32 check; in svcxdr_decode_sattrguard3() local 301 if (xdr_stream_decode_bool(xdr, &check) < 0) in svcxdr_decode_sattrguard3() 303 if (check) { in svcxdr_decode_sattrguard3()
|
/fs/coda/ |
D | Kconfig | 18 <file:Documentation/filesystems/coda.rst> and check out the Coda
|
/fs/smb/server/ |
D | Kconfig | 63 bool "Enable check network administration capability"
|
/fs/verity/ |
D | Kconfig | 23 This serves as an integrity check, but the availability of the
|
/fs/nilfs2/ |
D | recovery.c | 131 struct buffer_head **pbh, int check) in nilfs_read_super_root_block() argument 146 if (check) { in nilfs_read_super_root_block()
|
/fs/f2fs/ |
D | xattr.c | 349 goto check; in lookup_all_xattrs() 375 check: in lookup_all_xattrs()
|
D | Kconfig | 84 Enables BUG_ONs which check the filesystem consistency in runtime.
|
/fs/reiserfs/ |
D | Kconfig | 41 If you set this to Y, then ReiserFS will perform every check it can
|
/fs/erofs/ |
D | Kconfig | 32 Print debugging messages and enable more BUG_ONs which check
|
/fs/ocfs2/ |
D | filecheck.c | 80 __ATTR(check, S_IRUSR | S_IWUSR,
|