Searched refs:b_rhash_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf.c66 return bp->b_rhash_key == XFS_BUF_DADDR_NULL;
263 bp->b_rhash_key = map[0].bm_bn;
486 if (bp->b_rhash_key != map->bm_bn)
509 .key_offset = offsetof(struct xfs_buf, b_rhash_key),
976 bp->b_rhash_key = XFS_BUF_DADDR_NULL;
1629 } else if (bp->b_rhash_key != XFS_BUF_DADDR_NULL) {
H A Dxfs_buf.h169 xfs_daddr_t b_rhash_key; /* buffer cache index */ member in struct:xfs_buf

Completed in 295 milliseconds