Searched refs:ichdr (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c51 struct xfs_attr3_icleaf_hdr *ichdr,
54 struct xfs_attr3_icleaf_hdr *ichdr,
314 struct xfs_attr3_icleaf_hdr ichdr; local
325 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf);
335 if (ichdr.firstused > mp->m_attr_geo->blksize)
337 if (ichdr.firstused < xfs_attr3_leaf_hdr_size(leaf))
342 if ((char *)&entries[ichdr.count] >
343 (char *)bp->b_addr + ichdr.firstused)
354 for (i = 0, ent = entries; i < ichdr.count; ent++, i++) {
355 fa = xfs_attr3_leaf_verify_entry(mp, buf_end, leaf, &ichdr,
1051 struct xfs_attr3_icleaf_hdr ichdr; local
1214 struct xfs_attr3_icleaf_hdr ichdr; local
1325 struct xfs_attr3_icleaf_hdr ichdr; local
1399 xfs_attr3_leaf_add_work( struct xfs_buf *bp, struct xfs_attr3_icleaf_hdr *ichdr, struct xfs_da_args *args, int mapindex) argument
1926 struct xfs_attr3_icleaf_hdr ichdr; local
2052 struct xfs_attr3_icleaf_hdr ichdr; local
2331 struct xfs_attr3_icleaf_hdr ichdr; local
2441 struct xfs_attr3_icleaf_hdr ichdr; local
2629 struct xfs_attr3_icleaf_hdr ichdr; local
2708 struct xfs_attr3_icleaf_hdr ichdr; local
2774 struct xfs_attr3_icleaf_hdr ichdr; local
[all...]
H A Dxfs_da_btree.c226 struct xfs_da3_icnode_hdr ichdr; local
229 xfs_da3_node_hdr_from_disk(mp, &ichdr, hdr);
235 if (ichdr.level == 0)
237 if (ichdr.level > XFS_DA_NODE_MAXDEPTH)
239 if (ichdr.count == 0)
246 if (ichdr.count > mp->m_dir_geo->node_ents &&
247 ichdr.count > mp->m_attr_geo->node_ents)
468 struct xfs_da3_icnode_hdr ichdr = {0}; local
487 ichdr.magic = XFS_DA3_NODE_MAGIC;
492 ichdr
[all...]
/linux-master/fs/xfs/
H A Dxfs_attr_inactive.c88 struct xfs_attr3_icleaf_hdr ichdr; local
96 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf);
103 for (i = 0; i < ichdr.count; entry++, i++) {
142 struct xfs_da3_icnode_hdr ichdr; local
155 xfs_da3_node_hdr_from_disk(dp->i_mount, &ichdr, bp->b_addr);
157 if (!ichdr.count) {
161 child_fsb = be32_to_cpu(ichdr.btree[0].before);
170 for (i = 0; i < ichdr.count; i++) {
225 if (i + 1 < ichdr.count) {
H A Dxfs_attr_list.c402 struct xfs_attr3_icleaf_hdr ichdr; local
411 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf);
421 for (i = 0; i < ichdr.count; entry++, i++) {
434 if (i == ichdr.count) {
447 for (; i < ichdr.count; entry++, i++) {

Completed in 104 milliseconds