Searched refs:hsb_version (Results 1 – 2 of 2) sorted by relevance
536 bd->bd_bucket->hsb_version++; in cfs_hash_bd_add_locked()537 if (unlikely(bd->bd_bucket->hsb_version == 0)) in cfs_hash_bd_add_locked()538 bd->bd_bucket->hsb_version++; in cfs_hash_bd_add_locked()556 bd->bd_bucket->hsb_version++; in cfs_hash_bd_del_locked()557 if (unlikely(bd->bd_bucket->hsb_version == 0)) in cfs_hash_bd_del_locked()558 bd->bd_bucket->hsb_version++; in cfs_hash_bd_del_locked()588 obkt->hsb_version++; in cfs_hash_bd_move_locked()589 if (unlikely(obkt->hsb_version == 0)) in cfs_hash_bd_move_locked()590 obkt->hsb_version++; in cfs_hash_bd_move_locked()592 nbkt->hsb_version++; in cfs_hash_bd_move_locked()[all …]
101 __u32 hsb_version; /**< change version */ member588 return bd->bd_bucket->hsb_version; in cfs_hash_bd_version_get()