Searched refs:icnodehdr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 1180 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local 1219 xfs_da3_node_hdr_from_disk(mp, &icnodehdr, node); in xfs_attr3_leaf_to_node() 1226 icnodehdr.btree[0].hashval = entries[icleafhdr.count - 1].hashval; in xfs_attr3_leaf_to_node() 1227 icnodehdr.btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node() 1228 icnodehdr.count = 1; in xfs_attr3_leaf_to_node() 1229 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &icnodehdr); in xfs_attr3_leaf_to_node()
|
H A D | xfs_da_btree.c | 672 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local 674 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot); in xfs_da3_root_split() 675 btree = icnodehdr.btree; in xfs_da3_root_split() 676 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split() 677 level = icnodehdr.level; in xfs_da3_root_split()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 1220 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local 1264 xfs_da3_node_hdr_from_disk(mp, &icnodehdr, node); in xfs_attr3_leaf_to_node() 1271 icnodehdr.btree[0].hashval = entries[icleafhdr.count - 1].hashval; in xfs_attr3_leaf_to_node() 1272 icnodehdr.btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node() 1273 icnodehdr.count = 1; in xfs_attr3_leaf_to_node() 1274 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &icnodehdr); in xfs_attr3_leaf_to_node()
|
H A D | xfs_da_btree.c | 687 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local 689 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot); in xfs_da3_root_split() 690 btree = icnodehdr.btree; in xfs_da3_root_split() 691 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split() 692 level = icnodehdr.level; in xfs_da3_root_split()
|
Completed in 13 milliseconds