Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_inode_item.h39 struct xfs_inode_log_format *);
Dxfs_inode_item.c126 *nbytes += sizeof(struct xfs_inode_log_format) + in xfs_inode_item_size()
137 struct xfs_inode_log_format *ilf, in xfs_inode_item_format_data_fork()
222 struct xfs_inode_log_format *ilf, in xfs_inode_item_format_attr_fork()
395 struct xfs_inode_log_format *ilf; in xfs_inode_item_format()
827 struct xfs_inode_log_format *in_f) in xfs_inode_item_format_convert()
Dxfs_ondisk.h125 XFS_CHECK_STRUCT_SIZE(struct xfs_inode_log_format, 56); in xfs_check_ondisk_structs()
Dxfs_log_recover.c2865 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change()
2918 struct xfs_inode_log_format *in_f; in xlog_recover_inode_pass2()
2932 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_pass2()
2935 in_f = kmem_alloc(sizeof(struct xfs_inode_log_format), 0); in xlog_recover_inode_pass2()
3902 struct xfs_inode_log_format ilf_buf; in xlog_recover_inode_ra_pass2()
3903 struct xfs_inode_log_format *ilfp; in xlog_recover_inode_ra_pass2()
3907 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_ra_pass2()
4234 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans()
4268 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
Dxfs_trace.h28 struct xfs_inode_log_format;
2083 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2121 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h268 struct xfs_inode_log_format { struct
Dxfs_trans_resv.c118 sizeof(struct xfs_inode_log_format) + in xfs_calc_inode_res()