Searched refs:iop_unpin (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_dquot_item.c | 241 .iop_unpin = xfs_qm_dquot_logitem_unpin, 403 .iop_unpin = xfs_qm_qoff_logitem_unpin, 417 .iop_unpin = xfs_qm_qoff_logitem_unpin,
|
D | xfs_extfree_item.c | 211 .iop_unpin = xfs_efi_item_unpin, 472 .iop_unpin = xfs_efd_item_unpin,
|
D | xfs_icreate_item.c | 140 .iop_unpin = xfs_icreate_item_unpin,
|
D | xfs_trans.c | 783 lip->li_ops->iop_unpin(lip, 0); in xfs_log_item_batch_insert() 843 lip->li_ops->iop_unpin(lip, 1); in xfs_trans_committed_bulk() 861 lip->li_ops->iop_unpin(lip, 0); in xfs_trans_committed_bulk()
|
D | xfs_trans.h | 69 void (*iop_unpin)(xfs_log_item_t *, int remove); member
|
D | xfs_inode_item.c | 547 .iop_unpin = xfs_inode_item_unpin,
|
D | xfs_buf_item.c | 709 .iop_unpin = xfs_buf_item_unpin,
|