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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.c1507 struct xfs_da_node_entry *drop_btree; local
1522 drop_btree = drop_hdr.btree;
1530 if ((be32_to_cpu(drop_btree[0].hashval) <
1532 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) <
1554 memcpy(&save_btree[sindex], &drop_btree[0], tmp);

Completed in 115 milliseconds