Home
last modified time | relevance | path

Searched refs:in_f (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item.h58 struct xfs_inode_log_format *in_f);
H A Dxfs_log_recover.c2177 struct xfs_inode_log_format *in_f; /* any will do */ in xlog_recover_add_to_trans() local
2211 in_f = (struct xfs_inode_log_format *)ptr; in xlog_recover_add_to_trans()
2225 if (in_f->ilf_size == 0 || in xlog_recover_add_to_trans()
2226 in_f->ilf_size > XLOG_MAX_REGIONS_IN_ITEM) { in xlog_recover_add_to_trans()
2229 in_f->ilf_size); in xlog_recover_add_to_trans()
2235 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
H A Dxfs_trace.h2748 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f),
2749 TP_ARGS(log, in_f),
2763 __entry->ino = in_f->ilf_ino;
2764 __entry->size = in_f->ilf_size;
2765 __entry->fields = in_f->ilf_fields;
2766 __entry->asize = in_f->ilf_asize;
2767 __entry->dsize = in_f->ilf_dsize;
2768 __entry->blkno = in_f->ilf_blkno;
2769 __entry->len = in_f->ilf_len;
2770 __entry->boffset = in_f->ilf_boffset;
[all …]