Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ondisk.h156 XFS_CHECK_OFFSET(struct xfs_efi_log_format, efi_extents, 16); in xfs_check_ondisk_structs()
Dxfs_log_format.h625 typedef struct xfs_efi_log_format { struct
637 return sizeof(struct xfs_efi_log_format) + in xfs_efi_log_format_sizeof() argument
/linux-6.12.1/fs/xfs/
Dxfs_extfree_item.c184 offsetof(struct xfs_efi_log_format, efi_extents)); in xfs_efi_copy_format()
723 struct xfs_efi_log_format *efi_formatp; in xlog_recover_efi_commit_pass2()