Home
last modified time | relevance | path

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

/linux-4.19.296/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()
829 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.c2941 struct xfs_inode_log_format *in_f, in xfs_recover_inode_owner_change()
2994 struct xfs_inode_log_format *in_f; in xlog_recover_inode_pass2()
3008 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_pass2()
3011 in_f = kmem_alloc(sizeof(struct xfs_inode_log_format), KM_SLEEP); in xlog_recover_inode_pass2()
3979 struct xfs_inode_log_format ilf_buf; in xlog_recover_inode_ra_pass2()
3980 struct xfs_inode_log_format *ilfp; in xlog_recover_inode_ra_pass2()
3984 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) { in xlog_recover_inode_ra_pass2()
4311 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans()
4345 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
Dxfs_trace.h27 struct xfs_inode_log_format;
2065 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2103 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_format.h268 struct xfs_inode_log_format { struct
Dxfs_trans_resv.c120 sizeof(struct xfs_inode_log_format) + in xfs_calc_inode_res()