Searched refs:xfs_trans_find_item (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans_extfree.c | 87 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)efip); in xfs_trans_log_efi_extent() 144 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)efdp); in xfs_trans_log_efd_extent()
|
D | xfs_trans_priv.h | 47 struct xfs_log_item_desc *xfs_trans_find_item(struct xfs_trans *,
|
D | xfs_trans_buf.c | 558 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)bip); in xfs_trans_brelse() 773 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)bip); in xfs_trans_log_buf() 816 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)bip); in xfs_trans_binval()
|
D | xfs_trans_inode.c | 296 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)(ip->i_itemp)); in xfs_trans_log_inode()
|
D | xfs_trans_item.c | 194 xfs_trans_find_item(xfs_trans_t *tp, xfs_log_item_t *lip) in xfs_trans_find_item() function
|
D | xfs_extfree_item.c | 174 lidp = xfs_trans_find_item(tp, (xfs_log_item_t *) efip); in xfs_efi_item_unpin_remove()
|
D | xfs_buf_item.c | 475 lidp = xfs_trans_find_item(tp, (xfs_log_item_t *) bip); in xfs_buf_item_unpin_remove()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_trans_dquot.c | 123 lidp = xfs_trans_find_item(tp, (xfs_log_item_t*)(&dqp->q_logitem)); in xfs_trans_log_dquot() 909 lidp = xfs_trans_find_item(tp, (xfs_log_item_t *)qlp); in xfs_trans_log_quotaoff_item()
|