Home
last modified time | relevance | path

Searched refs:xfs_efd_log_item (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_extfree_item.c234 static inline struct xfs_efd_log_item *EFD_ITEM(struct xfs_log_item *lip) in EFD_ITEM()
236 return container_of(lip, struct xfs_efd_log_item, efd_item); in EFD_ITEM()
240 xfs_efd_item_free(struct xfs_efd_log_item *efdp) in xfs_efd_item_free()
256 struct xfs_efd_log_item *efdp) in xfs_efd_item_sizeof()
284 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_format()
305 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_release()
323 static struct xfs_efd_log_item *
329 struct xfs_efd_log_item *efdp; in xfs_trans_get_efd()
334 efdp = kmem_zalloc(sizeof(struct xfs_efd_log_item) + in xfs_trans_get_efd()
359 struct xfs_efd_log_item *efdp, in xfs_trans_free_extent()
[all …]
Dxfs_extfree_item.h66 typedef struct xfs_efd_log_item { struct
Dxfs_trans.h13 struct xfs_efd_log_item;