Home
last modified time | relevance | path

Searched refs:xfs_efd_log_item (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extfree_item.c232 static inline struct xfs_efd_log_item *EFD_ITEM(struct xfs_log_item *lip) in EFD_ITEM()
234 return container_of(lip, struct xfs_efd_log_item, efd_item); in EFD_ITEM()
238 xfs_efd_item_free(struct xfs_efd_log_item *efdp) in xfs_efd_item_free()
254 struct xfs_efd_log_item *efdp) in xfs_efd_item_sizeof()
282 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_format()
303 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_release()
321 static struct xfs_efd_log_item *
327 struct xfs_efd_log_item *efdp; in xfs_trans_get_efd()
332 efdp = kmem_zalloc(sizeof(struct xfs_efd_log_item) + in xfs_trans_get_efd()
358 struct xfs_efd_log_item *efd in xfs_trans_free_extent()
[all...]
H A Dxfs_extfree_item.h60 struct xfs_efd_log_item { struct
H A Dxfs_trans.h13 struct xfs_efd_log_item;
H A Dxfs_super.c1963 (sizeof(struct xfs_efd_log_item) + in xfs_init_zones()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extfree_item.c224 static inline struct xfs_efd_log_item *EFD_ITEM(struct xfs_log_item *lip) in EFD_ITEM()
226 return container_of(lip, struct xfs_efd_log_item, efd_item); in EFD_ITEM()
230 xfs_efd_item_free(struct xfs_efd_log_item *efdp) in xfs_efd_item_free()
245 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_size()
263 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_format()
284 struct xfs_efd_log_item *efdp = EFD_ITEM(lip); in xfs_efd_item_release()
311 static struct xfs_efd_log_item *
317 struct xfs_efd_log_item *efdp; in xfs_trans_get_efd()
352 struct xfs_efd_log_item *efdp) in xfs_efd_from_efi()
375 struct xfs_efd_log_item *efd in xfs_trans_free_extent()
[all...]
H A Dxfs_extfree_item.h68 struct xfs_efd_log_item { struct
79 return offsetof(struct xfs_efd_log_item, efd_format) + in xfs_efd_log_item_sizeof()
H A Dxfs_trans.h14 struct xfs_efd_log_item;

Completed in 6 milliseconds