Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_inode_item_recover.c31 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_ra_pass2()
32 struct xfs_inode_log_format *ilfp = item->ri_buf[0].i_addr; in xlog_recover_inode_ra_pass2()
78 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change()
202 struct xfs_inode_log_format *in_f; in xlog_recover_inode_commit_pass2()
216 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_commit_pass2()
219 in_f = kmem_alloc(sizeof(struct xfs_inode_log_format), 0); in xlog_recover_inode_commit_pass2()
Dxfs_inode_item.h48 struct xfs_inode_log_format *);
Dxfs_inode_item.c141 *nbytes += sizeof(struct xfs_inode_log_format) + in xfs_inode_item_size()
152 struct xfs_inode_log_format *ilf, in xfs_inode_item_format_data_fork()
237 struct xfs_inode_log_format *ilf, in xfs_inode_item_format_attr_fork()
454 struct xfs_inode_log_format *ilf; in xfs_inode_item_format()
872 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert()
Dxfs_ondisk.h132 XFS_CHECK_STRUCT_SIZE(struct xfs_inode_log_format, 56); in xfs_check_ondisk_structs()
Dxfs_log_recover.c2119 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans()
2153 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
Dxfs_trace.h64 struct xfs_inode_log_format;
2338 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2376 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_format.h265 struct xfs_inode_log_format { struct
Dxfs_trans_resv.c118 sizeof(struct xfs_inode_log_format) + in xfs_calc_inode_res()