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

/linux-master/fs/xfs/
H A Dxfs_inode_item.h50 struct xfs_inode_log_format *);
H A Dxfs_inode_item_recover.c31 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) {
32 struct xfs_inode_log_format *ilfp = item->ri_buf[0].i_addr;
78 struct xfs_inode_log_format *in_f,
276 struct xfs_inode_log_format *in_f;
291 if (item->ri_buf[0].i_len == sizeof(struct xfs_inode_log_format)) {
294 in_f = kmalloc(sizeof(struct xfs_inode_log_format),
H A Dxfs_inode_item.c290 *nbytes += sizeof(struct xfs_inode_log_format) +
301 struct xfs_inode_log_format *ilf,
380 struct xfs_inode_log_format *ilf,
608 struct xfs_inode_log_format *ilf;
1137 * convert an xfs_inode_log_format struct from the old 32 bit version
1143 struct xfs_inode_log_format *in_f)
H A Dxfs_log_recover.c2132 struct xfs_inode_log_format *in_f; /* any will do */
2166 in_f = (struct xfs_inode_log_format *)ptr;
H A Dxfs_trace.h67 struct xfs_inode_log_format;
2341 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2379 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
/linux-master/fs/xfs/libxfs/
H A Dxfs_ondisk.h137 XFS_CHECK_STRUCT_SIZE(struct xfs_inode_log_format, 56);
H A Dxfs_trans_resv.c129 sizeof(struct xfs_inode_log_format) +
H A Dxfs_log_format.h273 struct xfs_inode_log_format { struct

Completed in 303 milliseconds