Home
last modified time | relevance | path

Searched refs:xfs_inode_log_format (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/fs/xfs/
Dxfs_inode_item_recover.c33 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_ra_pass2()
34 struct xfs_inode_log_format *ilfp = item->ri_buf[0].i_addr; in xlog_recover_inode_ra_pass2()
80 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change()
313 struct xfs_inode_log_format *in_f; in xlog_recover_inode_commit_pass2()
328 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_commit_pass2()
331 in_f = kmalloc(sizeof(struct xfs_inode_log_format), in xlog_recover_inode_commit_pass2()
Dxfs_inode_item.h50 struct xfs_inode_log_format *);
Dxfs_inode_item.c337 *nbytes += sizeof(struct xfs_inode_log_format) + in xfs_inode_item_size()
348 struct xfs_inode_log_format *ilf, in xfs_inode_item_format_data_fork()
428 struct xfs_inode_log_format *ilf, in xfs_inode_item_format_attr_fork()
661 struct xfs_inode_log_format *ilf; in xfs_inode_item_format()
1188 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert()
Dxfs_log_recover.c2167 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans()
2201 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
Dxfs_trace.h73 struct xfs_inode_log_format;
2479 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2517 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_ondisk.h164 XFS_CHECK_STRUCT_SIZE(struct xfs_inode_log_format, 56); in xfs_check_ondisk_structs()
Dxfs_log_format.h292 struct xfs_inode_log_format { struct
Dxfs_trans_resv.c139 sizeof(struct xfs_inode_log_format) + in xfs_calc_inode_res()