Home
last modified time | relevance | path

Searched refs:hsb_version (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c527 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 …]
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h101 __u32 hsb_version; /**< change version */ member
581 return bd->bd_bucket->hsb_version; in cfs_hash_bd_version_get()