Searched refs:hsb_version (Results 1 – 2 of 2) sorted by relevance
527 bd->bd_bucket->hsb_version++; in cfs_hash_bd_add_locked()528 if (unlikely(bd->bd_bucket->hsb_version == 0)) in cfs_hash_bd_add_locked()529 bd->bd_bucket->hsb_version++; in cfs_hash_bd_add_locked()547 bd->bd_bucket->hsb_version++; in cfs_hash_bd_del_locked()548 if (unlikely(bd->bd_bucket->hsb_version == 0)) in cfs_hash_bd_del_locked()549 bd->bd_bucket->hsb_version++; in cfs_hash_bd_del_locked()579 obkt->hsb_version++; in cfs_hash_bd_move_locked()580 if (unlikely(obkt->hsb_version == 0)) in cfs_hash_bd_move_locked()581 obkt->hsb_version++; in cfs_hash_bd_move_locked()583 nbkt->hsb_version++; in cfs_hash_bd_move_locked()[all …]
101 __u32 hsb_version; /**< change version */ member581 return bd->bd_bucket->hsb_version; in cfs_hash_bd_version_get()