Searched refs:xfs_efi_log_format_t (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_extfree_item.h60 } xfs_efi_log_format_t; typedef in typeref:struct:xfs_efi_log_format
136 xfs_efi_log_format_t efi_format;
163 xfs_efi_log_format_t *dst_efi_fmt);
H A Dxfs_extfree_item.c79 size = sizeof(xfs_efi_log_format_t);
86 ASSERT(size >= sizeof(xfs_efi_log_format_t));
287 xfs_efi_copy_format(xfs_log_iovec_t *buf, xfs_efi_log_format_t *dst_efi_fmt)
289 xfs_efi_log_format_t *src_efi_fmt = (xfs_efi_log_format_t *)buf->i_addr;
291 uint len = sizeof(xfs_efi_log_format_t) +
H A Dxfs_log_recover.c2657 xfs_efi_log_format_t *efi_formatp;
2664 efi_formatp = (xfs_efi_log_format_t *)item->ri_buf[0].i_addr;

Completed in 52 milliseconds