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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c1509 struct xfs_da3_icnode_hdr drop_hdr; local
1520 xfs_da3_node_hdr_from_disk(dp->i_mount, &drop_hdr, drop_node);
1522 drop_btree = drop_hdr.btree;
1532 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) <
1536 memmove(&save_btree[drop_hdr.count], &save_btree[0], tmp);
1541 (save_hdr.count + drop_hdr.count) *
1547 drop_hdr.count * sizeof(xfs_da_node_entry_t)));
1553 tmp = drop_hdr.count * (uint)sizeof(xfs_da_node_entry_t);
1555 save_hdr.count += drop_hdr.count;

Completed in 121 milliseconds