Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans_buf.c82 ASSERT(bp->b_transp == NULL); in _xfs_trans_bjoin()
111 bp->b_transp = tp; in _xfs_trans_bjoin()
161 ASSERT(bp->b_transp == tp); in xfs_trans_get_buf_map()
212 if (bp->b_transp == tp) { in xfs_trans_getsb()
268 ASSERT(bp->b_transp == tp); in xfs_trans_read_buf_map()
364 ASSERT(bp->b_transp == NULL); in xfs_trans_brelse()
369 ASSERT(bp->b_transp == tp); in xfs_trans_brelse()
441 bp->b_transp = NULL; in xfs_trans_brelse()
457 ASSERT(bp->b_transp == tp); in xfs_trans_bhold()
477 ASSERT(bp->b_transp == tp); in xfs_trans_bhold_release()
[all …]
Dxfs_buf_item.c455 bp->b_transp = NULL; in xfs_buf_item_unpin()
582 bp->b_transp = NULL; in xfs_buf_item_unlock()
Dxfs_buf.h174 struct xfs_trans *b_transp; member