Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ufs/
H A Dufs_dirhash.c64 #define WRAPINCR(val, limit) (((val) + 1 == (limit)) ? 0 : ((val) + 1)) macro
455 slot = WRAPINCR(slot, dh->dh_hlen); in ufsdirhash_build()
608 i = WRAPINCR(i, dh->dh_hlen)) in ufsdirhash_lookup()
623 slot = WRAPINCR(slot, dh->dh_hlen)) { in ufsdirhash_lookup()
827 slot = WRAPINCR(slot, dh->dh_hlen); in ufsdirhash_add()
1104 slot = WRAPINCR(slot, dh->dh_hlen); in ufsdirhash_findslot()
1128 i = WRAPINCR(i, dh->dh_hlen); in ufsdirhash_delslot()