Searched refs:iop_unpin (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/quota/ |
D | xfs_dquot_item.c | 396 .iop_unpin = (void(*)(xfs_log_item_t*, int)) 604 .iop_unpin = (void(*)(xfs_log_item_t* ,int)) 626 .iop_unpin = (void(*)(xfs_log_item_t*, int))
|
/fs/xfs/ |
D | xfs_extfree_item.c | 227 .iop_unpin = (void(*)(xfs_log_item_t*, int))xfs_efi_item_unpin, 521 .iop_unpin = (void(*)(xfs_log_item_t*, int))xfs_efd_item_unpin,
|
D | xfs_trans.h | 789 void (*iop_unpin)(xfs_log_item_t *, int); member 802 #define IOP_UNPIN(ip, flags) (*(ip)->li_ops->iop_unpin)(ip, flags)
|
D | xfs_buf_item.c | 673 .iop_unpin = (void(*)(xfs_log_item_t*, int))xfs_buf_item_unpin,
|
D | xfs_inode_item.c | 904 .iop_unpin = (void(*)(xfs_log_item_t*, int))xfs_inode_item_unpin,
|