Home
last modified time | relevance | path

Searched refs:in_f (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode_item_recover.c78 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change()
84 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()
86 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()
97 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()
98 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()
105 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()
106 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()
276 struct xfs_inode_log_format *in_f; in xlog_recover_inode_commit_pass2() local
292 in_f = item->ri_buf[0].i_addr; in xlog_recover_inode_commit_pass2()
294 in_f in xlog_recover_inode_commit_pass2()
75 xfs_recover_inode_owner_change( struct xfs_mount *mp, struct xfs_dinode *dip, struct xfs_inode_log_format *in_f, struct list_head *buffer_list) xfs_recover_inode_owner_change() argument
[all...]
H A Dxfs_inode_item.c1141 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert()
1150 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()
1151 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()
1152 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()
1153 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()
1154 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()
1155 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()
1156 memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u)); in xfs_inode_item_format_convert()
1157 in_f in xfs_inode_item_format_convert()
1139 xfs_inode_item_format_convert( struct xfs_log_iovec *buf, struct xfs_inode_log_format *in_f) xfs_inode_item_format_convert() argument
[all...]
H A Dxfs_log_recover.c2114 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans() local
2148 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
2162 if (in_f->ilf_size == 0 || in xlog_recover_add_to_trans()
2163 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) { in xlog_recover_add_to_trans()
2166 in_f->ilf_size); in xlog_recover_add_to_trans()
2172 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
H A Dxfs_trace.h2336 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2337 TP_ARGS(log, in_f),
2351 __entry->ino = in_f->ilf_ino;
2352 __entry->size = in_f->ilf_size;
2353 __entry->fields = in_f->ilf_fields;
2354 __entry->asize = in_f->ilf_asize;
2355 __entry->dsize = in_f->ilf_dsize;
2356 __entry->blkno = in_f->ilf_blkno;
2357 __entry->len = in_f->ilf_len;
2358 __entry->boffset = in_f
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode_item_recover.c78 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change()
84 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER)); in xfs_recover_inode_owner_change()
86 ip = xfs_inode_alloc(mp, in_f->ilf_ino); in xfs_recover_inode_owner_change()
97 if (in_f->ilf_fields & XFS_ILOG_DOWNER) { in xfs_recover_inode_owner_change()
98 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT); in xfs_recover_inode_owner_change()
105 if (in_f->ilf_fields & XFS_ILOG_AOWNER) { in xfs_recover_inode_owner_change()
106 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT); in xfs_recover_inode_owner_change()
202 struct xfs_inode_log_format *in_f; in xlog_recover_inode_commit_pass2() local
217 in_f = item->ri_buf[0].i_addr; in xlog_recover_inode_commit_pass2()
219 in_f in xlog_recover_inode_commit_pass2()
75 xfs_recover_inode_owner_change( struct xfs_mount *mp, struct xfs_dinode *dip, struct xfs_inode_log_format *in_f, struct list_head *buffer_list) xfs_recover_inode_owner_change() argument
[all...]
H A Dxfs_inode_item.c846 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert()
855 in_f->ilf_type = in_f32->ilf_type; in xfs_inode_item_format_convert()
856 in_f->ilf_size = in_f32->ilf_size; in xfs_inode_item_format_convert()
857 in_f->ilf_fields = in_f32->ilf_fields; in xfs_inode_item_format_convert()
858 in_f->ilf_asize = in_f32->ilf_asize; in xfs_inode_item_format_convert()
859 in_f->ilf_dsize = in_f32->ilf_dsize; in xfs_inode_item_format_convert()
860 in_f->ilf_ino = in_f32->ilf_ino; in xfs_inode_item_format_convert()
861 memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u)); in xfs_inode_item_format_convert()
862 in_f in xfs_inode_item_format_convert()
844 xfs_inode_item_format_convert( struct xfs_log_iovec *buf, struct xfs_inode_log_format *in_f) xfs_inode_item_format_convert() argument
[all...]
H A Dxfs_trace.h2199 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2200 TP_ARGS(log, in_f),
2214 __entry->ino = in_f->ilf_ino;
2215 __entry->size = in_f->ilf_size;
2216 __entry->fields = in_f->ilf_fields;
2217 __entry->asize = in_f->ilf_asize;
2218 __entry->dsize = in_f->ilf_dsize;
2219 __entry->blkno = in_f->ilf_blkno;
2220 __entry->len = in_f->ilf_len;
2221 __entry->boffset = in_f
[all...]
H A Dxfs_log_recover.c2094 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans() local
2128 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
2142 if (in_f->ilf_size == 0 || in xlog_recover_add_to_trans()
2143 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) { in xlog_recover_add_to_trans()
2146 in_f->ilf_size); in xlog_recover_add_to_trans()
2152 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()

Completed in 18 milliseconds