HomeSort by: relevance | last modified time | path
    Searched defs:vl_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_lfs/
bufcache.c 76 vl_hash(struct uvnode * vp, daddr_t lbn) function in typeref:typename:int
115 /* update the mask right away so vl_hash() uses it */
129 bp->b_hashval = vl_hash(bp->b_vp, bp->b_lblkno);
199 hash = vl_hash(vp, lbn);
283 bp->b_hashval = vl_hash(vp, lbn);
bufcache.c 76 vl_hash(struct uvnode * vp, daddr_t lbn) function in typeref:typename:int
115 /* update the mask right away so vl_hash() uses it */
129 bp->b_hashval = vl_hash(bp->b_vp, bp->b_lblkno);
199 hash = vl_hash(vp, lbn);
283 bp->b_hashval = vl_hash(vp, lbn);

Completed in 22 milliseconds