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

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c78 struct xfs_inode_log_format *in_f,
84 ASSERT(in_f->ilf_fields & (XFS_ILOG_DOWNER|XFS_ILOG_AOWNER));
86 ip = xfs_inode_alloc(mp, in_f->ilf_ino);
97 if (in_f->ilf_fields & XFS_ILOG_DOWNER) {
98 ASSERT(in_f->ilf_fields & XFS_ILOG_DBROOT);
105 if (in_f->ilf_fields & XFS_ILOG_AOWNER) {
106 ASSERT(in_f->ilf_fields & XFS_ILOG_ABROOT);
276 struct xfs_inode_log_format *in_f; local
292 in_f = item->ri_buf[0].i_addr;
294 in_f
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) argument
[all...]
H A Dxfs_inode_item.c1143 struct xfs_inode_log_format *in_f)
1152 in_f->ilf_type = in_f32->ilf_type;
1153 in_f->ilf_size = in_f32->ilf_size;
1154 in_f->ilf_fields = in_f32->ilf_fields;
1155 in_f->ilf_asize = in_f32->ilf_asize;
1156 in_f->ilf_dsize = in_f32->ilf_dsize;
1157 in_f->ilf_ino = in_f32->ilf_ino;
1158 memcpy(&in_f->ilf_u, &in_f32->ilf_u, sizeof(in_f->ilf_u));
1159 in_f
1141 xfs_inode_item_format_convert( struct xfs_log_iovec *buf, struct xfs_inode_log_format *in_f) argument
[all...]
H A Dxfs_trace.h2341 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2342 TP_ARGS(log, in_f),
2356 __entry->ino = in_f->ilf_ino;
2357 __entry->size = in_f->ilf_size;
2358 __entry->fields = in_f->ilf_fields;
2359 __entry->asize = in_f->ilf_asize;
2360 __entry->dsize = in_f->ilf_dsize;
2361 __entry->blkno = in_f->ilf_blkno;
2362 __entry->len = in_f->ilf_len;
2363 __entry->boffset = in_f
[all...]
H A Dxfs_log_recover.c2132 struct xfs_inode_log_format *in_f; /* any will do */ local
2166 in_f = (struct xfs_inode_log_format *)ptr;
2180 if (in_f->ilf_size == 0 ||
2181 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) {
2184 in_f->ilf_size);
2190 item->ri_total = in_f->ilf_size;
/linux-master/fs/bcachefs/
H A Dbkey_sort.c128 struct bkey_format *in_f = &src->format; local
142 ? in_f : &bch2_bkey_format_current, in))
H A Dbkey.c227 const struct bkey_format *in_f,
231 struct unpack_state in_s = unpack_state_init(in_f, in);
242 EBUG_ON(in->u64s - in_f->key_u64s + out_f->key_u64s > U8_MAX);
245 out->u64s = out_f->key_u64s + in->u64s - in_f->key_u64s;
254 const struct bkey_format *in_f,
257 if (!bch2_bkey_transform_key(out_f, out, in_f, in))
261 (u64 *) in + in_f->key_u64s,
262 (in->u64s - in_f->key_u64s));
225 bch2_bkey_transform_key(const struct bkey_format *out_f, struct bkey_packed *out, const struct bkey_format *in_f, const struct bkey_packed *in) argument
252 bch2_bkey_transform(const struct bkey_format *out_f, struct bkey_packed *out, const struct bkey_format *in_f, const struct bkey_packed *in) argument

Completed in 193 milliseconds