Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_trans_buf.c83 ASSERT(bp->b_transp == NULL); in _xfs_trans_bjoin()
112 bp->b_transp = tp; in _xfs_trans_bjoin()
176 ASSERT(bp->b_transp == tp); in xfs_trans_get_buf()
236 if (bp->b_transp == tp) { in xfs_trans_getsb()
331 ASSERT(bp->b_transp == tp); in xfs_trans_read_buf()
466 ASSERT(bp->b_transp == NULL); in xfs_trans_brelse()
471 ASSERT(bp->b_transp == tp); in xfs_trans_brelse()
543 bp->b_transp = NULL; in xfs_trans_brelse()
559 ASSERT(bp->b_transp == tp); in xfs_trans_bhold()
579 ASSERT(bp->b_transp == tp); in xfs_trans_bhold_release()
[all …]
Dxfs_buf_item.c443 bp->b_transp = NULL; in xfs_buf_item_unpin()
525 bp->b_transp = NULL; in xfs_buf_item_unlock()
Dxfs_buf.h150 struct xfs_trans *b_transp; member