Searched refs:bd2 (Results 1 – 3 of 3) sorted by relevance
605 cfs_hash_bd_compare(struct cfs_hash_bd *bd1, struct cfs_hash_bd *bd2) in cfs_hash_bd_compare() argument607 if (bd1->bd_bucket->hsb_index != bd2->bd_bucket->hsb_index) in cfs_hash_bd_compare()608 return bd1->bd_bucket->hsb_index - bd2->bd_bucket->hsb_index; in cfs_hash_bd_compare()610 if (bd1->bd_offset != bd2->bd_offset) in cfs_hash_bd_compare()611 return bd1->bd_offset - bd2->bd_offset; in cfs_hash_bd_compare()
807 cfs_hash_bd_order(struct cfs_hash_bd *bd1, struct cfs_hash_bd *bd2) in cfs_hash_bd_order() argument811 if (bd2->bd_bucket == NULL) in cfs_hash_bd_order()815 *bd1 = *bd2; in cfs_hash_bd_order()816 bd2->bd_bucket = NULL; in cfs_hash_bd_order()820 rc = cfs_hash_bd_compare(bd1, bd2); in cfs_hash_bd_order()822 bd2->bd_bucket = NULL; in cfs_hash_bd_order()827 tmp = *bd2; in cfs_hash_bd_order()828 *bd2 = *bd1; in cfs_hash_bd_order()
316 struct cfs_hash_bd bd2; in lu_site_purge() local346 cfs_hash_bd_get(s->ls_obj_hash, &h->loh_fid, &bd2); in lu_site_purge()347 LASSERT(bd.bd_bucket == bd2.bd_bucket); in lu_site_purge()350 &bd2, &h->loh_hash); in lu_site_purge()