Home
last modified time | relevance | path

Searched refs:ilf_size (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item.c327 ilf->ilf_size++; in xfs_inode_item_format_data_fork()
343 ilf->ilf_size++; in xfs_inode_item_format_data_fork()
360 ilf->ilf_size++; in xfs_inode_item_format_data_fork()
405 ilf->ilf_size++; in xfs_inode_item_format_attr_fork()
422 ilf->ilf_size++; in xfs_inode_item_format_attr_fork()
437 ilf->ilf_size++; in xfs_inode_item_format_attr_fork()
617 ilf->ilf_size = 2; /* format + core */ in xfs_inode_item_format()
1153 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()
H A Dxfs_inode_item_recover.c462 if (in_f->ilf_size == 2) in xlog_recover_inode_commit_pass2()
466 ASSERT(in_f->ilf_size <= 4); in xlog_recover_inode_commit_pass2()
467 ASSERT((in_f->ilf_size == 3) || (fields & XFS_ILOG_AFORK)); in xlog_recover_inode_commit_pass2()
H A Dxfs_log_recover.c2213 if (in_f->ilf_size == 0 || in xlog_recover_add_to_trans()
2214 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) { in xlog_recover_add_to_trans()
2217 in_f->ilf_size); in xlog_recover_add_to_trans()
2223 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
H A Dxfs_trace.h2363 __entry->size = in_f->ilf_size;
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h282 uint16_t ilf_size; /* size of this item */ member
304 uint16_t ilf_size; /* size of this item */ member