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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode_item.h29 __uint16_t ilf_size; /* size of this item */ member in struct:xfs_inode_log_format
46 __uint16_t ilf_size; /* size of this item */ member in struct:xfs_inode_log_format_32
63 __uint16_t ilf_size; /* size of this item */ member in struct:xfs_inode_log_format_64
H A Dxfs_inode_item.c439 iip->ili_format.ilf_size = nvecs;
530 iip->ili_format.ilf_size = nvecs;
1080 in_f->ilf_size = in_f32->ilf_size;
1098 in_f->ilf_size = in_f64->ilf_size;
H A Dxfs_log_recover.c1427 item->ri_total = in_f->ilf_size;
2427 if (in_f->ilf_size == 2)
2431 ASSERT(in_f->ilf_size <= 4);
2432 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK));

Completed in 76 milliseconds