Searched refs:iop_unpin (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_dquot_item.c | 240 .iop_unpin = xfs_qm_dquot_logitem_unpin, 417 .iop_unpin = xfs_qm_qoff_logitem_unpin, 431 .iop_unpin = xfs_qm_qoff_logitem_unpin,
|
D | xfs_extfree_item.c | 204 .iop_unpin = xfs_efi_item_unpin, 458 .iop_unpin = xfs_efd_item_unpin,
|
D | xfs_trans.h | 351 void (*iop_unpin)(xfs_log_item_t *, int remove); member 361 #define IOP_UNPIN(ip, remove) (*(ip)->li_ops->iop_unpin)(ip, remove)
|
D | xfs_inode_item.c | 632 .iop_unpin = xfs_inode_item_unpin,
|
D | xfs_buf_item.c | 629 .iop_unpin = xfs_buf_item_unpin,
|