Searched refs:drop_leaf (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2198 * Move all the attribute list entries from drop_leaf into save_leaf.
2206 struct xfs_attr_leafblock *drop_leaf = drop_blk->bp->b_addr; local
2214 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &drophdr, drop_leaf);
2216 entry = xfs_attr3_leaf_entryp(drop_leaf);
2236 drop_leaf, &drophdr, 0,
2241 drop_leaf, &drophdr, 0,
2275 drop_leaf, &drophdr, 0,
2288 drop_leaf, &drophdr, 0,
H A Dxfs_dir2_node.c1626 xfs_dir2_leaf_t *drop_leaf; /* dead leaf structure */ local
1637 drop_leaf = drop_blk->bp->b_addr;
1641 xfs_dir2_leaf_hdr_from_disk(dp->i_mount, &drophdr, drop_leaf);
1670 xfs_dir2_leaf_hdr_to_disk(dp->i_mount, drop_leaf, &drophdr);

Completed in 125 milliseconds