Home
last modified time | relevance | path

Searched refs:in_f (Results 1 – 5 of 5) 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 in xlog_recover_inode_commit_pass2()
[all...]
H A Dxfs_inode_item.c1227 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert()
1236 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()
1237 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()
1238 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()
1239 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()
1240 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()
1241 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()
1242 memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u));
1243 in_f
1221 xfs_inode_item_format_convert(struct kvec * buf,struct xfs_inode_log_format * in_f) xfs_inode_item_format_convert() argument
[all...]
H A Dxfs_inode_item.h58 struct xfs_inode_log_format *in_f);
H A Dxfs_log_recover.c2166 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans() local
2200 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
2214 if (in_f->ilf_size == 0 || in xlog_recover_add_to_trans()
2215 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) { in xlog_recover_add_to_trans()
2218 in_f->ilf_size); in xlog_recover_add_to_trans()
2224 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
H A Dxfs_trace.h2748 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2749 TP_ARGS(log, in_f),
2763 __entry->ino = in_f->ilf_ino;
2764 __entry->size = in_f->ilf_size;
2765 __entry->fields = in_f->ilf_fields;
2766 __entry->asize = in_f->ilf_asize;
2767 __entry->dsize = in_f->ilf_dsize;
2768 __entry->blkno = in_f->ilf_blkno;
2769 __entry->len = in_f->ilf_len;
2770 __entry->boffset = in_f
[all...]