Searched refs:nodehdr (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 529 struct xfs_da3_icnode_hdr nodehdr; in xfs_da3_root_split() local 622 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_root_split() 628 nodehdr.count = 2; in xfs_da3_root_split() 629 dp->d_ops->node_hdr_to_disk(node, &nodehdr); in xfs_da3_root_split() 661 struct xfs_da3_icnode_hdr nodehdr; in xfs_da3_node_split() local 671 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_node_split() 681 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split() 718 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_da3_node_split() 719 if (oldblk->index <= nodehdr.count) { in xfs_da3_node_split() 898 struct xfs_da3_icnode_hdr nodehdr; in xfs_da3_node_add() local [all …]
|
/linux-4.19.296/fs/xfs/ |
D | xfs_attr_list.c | 206 struct xfs_da3_icnode_hdr nodehdr; in xfs_attr_node_list_lookup() local 237 dp->d_ops->node_hdr_from_disk(&nodehdr, node); in xfs_attr_node_list_lookup() 240 if (nodehdr.level >= XFS_DA_NODE_MAXDEPTH) in xfs_attr_node_list_lookup() 245 expected_level = nodehdr.level - 1; in xfs_attr_node_list_lookup() 246 else if (expected_level != nodehdr.level) in xfs_attr_node_list_lookup() 252 for (i = 0; i < nodehdr.count; btree++, i++) { in xfs_attr_node_list_lookup() 262 if (i == nodehdr.count) in xfs_attr_node_list_lookup()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | dabtree.c | 344 struct xfs_da3_icnode_hdr nodehdr; in xchk_da_btree_block() local 440 ip->d_ops->node_hdr_from_disk(&nodehdr, node); in xchk_da_btree_block() 442 *pmaxrecs = nodehdr.count; in xchk_da_btree_block() 445 if (nodehdr.level >= XFS_DA_NODE_MAXDEPTH) { in xchk_da_btree_block() 449 ds->tree_level = nodehdr.level; in xchk_da_btree_block() 451 if (ds->tree_level != nodehdr.level) { in xchk_da_btree_block()
|
/linux-4.19.296/fs/btrfs/ |
D | check-integrity.c | 1092 struct btrfs_node *const nodehdr = (struct btrfs_node *)sf->hdr; in btrfsic_process_metablock() local 1095 sf->nr = btrfs_stack_header_nritems(&nodehdr->header); in btrfsic_process_metablock() 1100 nodehdr->header.level, sf->nr, in btrfsic_process_metablock() 1102 &nodehdr->header), in btrfsic_process_metablock() 1104 &nodehdr->header)); in btrfsic_process_metablock() 1118 key_ptr_offset = (uintptr_t)(nodehdr->ptrs + sf->i) - in btrfsic_process_metablock() 1119 (uintptr_t)nodehdr; in btrfsic_process_metablock()
|