Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_log_format.h205 typedef struct xfs_trans_header { struct
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c3439 ASSERT(len <= sizeof(struct xfs_trans_header)); in xlog_recover_add_to_cont_trans()
3440 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_cont_trans()
3447 sizeof(struct xfs_trans_header) - len; in xlog_recover_add_to_cont_trans()
3501 if (len > sizeof(struct xfs_trans_header)) { in xlog_recover_add_to_trans()
3512 if (len == sizeof(struct xfs_trans_header)) in xlog_recover_add_to_trans()
Dxfs_log_cil.c442 struct xfs_trans_header thdr; in xlog_cil_push()