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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_extfree_item.h56 __uint64_t efi_id; /* efi identifier */ member in struct:xfs_efi_log_format
64 __uint64_t efi_id; /* efi identifier */ member in struct:xfs_efi_log_format_32
72 __uint64_t efi_id; /* efi identifier */ member in struct:xfs_efi_log_format_64
H A Dxfs_extfree_item.c232 efip->efi_format.efi_id = (__psint_t)(void*)efip;
265 dst_efi_fmt->efi_id = src_efi_fmt_32->efi_id;
279 dst_efi_fmt->efi_id = src_efi_fmt_64->efi_id;
511 efdp->efd_format.efd_efi_id = efip->efi_format.efi_id;
H A Dxfs_log_recover.c2750 __uint64_t efi_id; local
2763 efi_id = efd_formatp->efd_efi_id;
2774 if (efip->efi_format.efi_id == efi_id) {

Completed in 133 milliseconds