Searched refs:xfs_efi_log_item (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/fs/xfs/
H A Dxfs_extfree_item.c34 static inline struct xfs_efi_log_item *EFI_ITEM(struct xfs_log_item *lip) EFI_ITEM()
36 return container_of(lip, struct xfs_efi_log_item, efi_item); EFI_ITEM()
41 struct xfs_efi_log_item *efip) xfs_efi_item_free()
56 struct xfs_efi_log_item *efip) xfs_efi_item_sizeof()
84 struct xfs_efi_log_item *efip = EFI_ITEM(lip); xfs_efi_item_format()
121 struct xfs_efi_log_item *efip = EFI_ITEM(lip); xfs_efi_item_unpin()
197 struct xfs_efi_log_item * xfs_efi_init()
203 struct xfs_efi_log_item *efip; xfs_efi_init()
287 struct xfs_efi_log_item *efip) xfs_efi_release()
464 struct xfs_efi_log_item *efip, xfs_efd_init()
H A Dxfs_trans.h26 struct xfs_efi_log_item;
215 struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
217 struct xfs_efi_log_item *,
221 struct xfs_efi_log_item *,
H A Dxfs_extfree_item.h65 typedef struct xfs_efi_log_item { struct
99 void xfs_efi_release(struct xfs_efi_log_item *);
H A Dxfs_log_recover.c2948 struct xfs_efi_log_item *efip; xlog_recover_efi_pass2()
3867 struct xfs_efi_log_item *efip; xlog_recover_process_efis()
3891 efip = container_of(lip, struct xfs_efi_log_item, efi_item); xlog_recover_process_efis()
3919 struct xfs_efi_log_item *efip; xlog_recover_cancel_efis()
3940 efip = container_of(lip, struct xfs_efi_log_item, efi_item); xlog_recover_cancel_efis()
H A Dxfs_bmap_util.c104 struct xfs_efi_log_item *efi; /* extent free intention */ xfs_bmap_finish()

Completed in 368 milliseconds