Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c80 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change() argument
86 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()
88 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()
99 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()
100 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()
107 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()
108 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()
314 struct xfs_inode_log_format *in_f; in xlog_recover_inode_commit_pass2() local
330 in_f = item->ri_buf[0].iov_base; in xlog_recover_inode_commit_pass2()
332 in_f = kmalloc(sizeof(struct xfs_inode_log_format), in xlog_recover_inode_commit_pass2()
[all …]
H A Dxfs_inode_item.c1219 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert() argument
1228 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()
1229 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()
1230 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()
1231 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()
1232 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()
1233 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()
1234 memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u)); in xfs_inode_item_format_convert()
1235 in_f->ilf_blkno = in_f32->ilf_blkno; in xfs_inode_item_format_convert()
1236 in_f->ilf_len = in_f32->ilf_len; in xfs_inode_item_format_convert()
[all …]
H A Dxfs_inode_item.h58 struct xfs_inode_log_format *in_f);