Home
last modified time | relevance | path

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

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