Home
last modified time | relevance | path

Searched refs:xfs_csn_t (Results 1 – 13 of 13) sorted by relevance

/fs/xfs/
Dxfs_log_priv.h240 xfs_csn_t sequence; /* chkpt sequence # */
281 xfs_csn_t xc_push_seq;
286 xfs_csn_t xc_current_sequence;
589 xfs_csn_t *commit_seq, bool regrant);
598 xfs_lsn_t xlog_cil_force_seq(struct xlog *log, xfs_csn_t sequence);
Dxfs_log_cil.c747 xfs_csn_t sequence, in xlog_cil_order_write()
877 xfs_csn_t push_seq; in xlog_cil_push_work()
1253 xfs_csn_t *commit_seq, in xlog_cil_commit()
1311 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1330 xfs_csn_t sequence) in xlog_cil_force_seq()
Dxfs_inode_item.h36 xfs_csn_t ili_commit_seq; /* last transaction commit */
Dxfs_trans.h46 xfs_csn_t li_seq; /* CIL commit seq */
72 void (*iop_committing)(struct xfs_log_item *lip, xfs_csn_t seq);
Dxfs_log.h110 int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
Dxfs_dquot_item.c191 xfs_csn_t seq) in xfs_qm_dquot_logitem_committing()
Dxfs_file.c120 static xfs_csn_t
152 xfs_csn_t seq; in xfs_fsync_flush_log()
Dxfs_buf_item.c704 xfs_csn_t seq) in xfs_buf_item_committing()
Dxfs_inode_item.c646 xfs_csn_t seq) in xfs_inode_item_committing()
Dxfs_trans.c839 xfs_csn_t commit_seq = 0; in __xfs_trans_commit()
Dxfs_inode.c3746 xfs_csn_t seq = 0; in xfs_log_force_inode()
Dxfs_log.c3449 xfs_csn_t seq, in xfs_log_force_seq()
/fs/xfs/libxfs/
Dxfs_types.h24 typedef int64_t xfs_csn_t; /* CIL sequence number */ typedef