Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_priv.h233 xfs_csn_t sequence; /* chkpt sequence # */
271 xfs_csn_t xc_push_seq;
274 xfs_csn_t xc_current_sequence;
551 xfs_csn_t *commit_seq, bool regrant);
556 xfs_lsn_t xlog_cil_force_seq(struct xlog *log, xfs_csn_t sequence);
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.h109 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_log_cil.c1026 xfs_csn_t *commit_seq, in xlog_cil_commit()
1088 xfs_csn_t sequence) in xlog_cil_force_seq()
Dxfs_file.c119 static xfs_csn_t
151 xfs_csn_t seq; in xfs_fsync_flush_log()
Dxfs_buf_item.c623 xfs_csn_t seq) in xfs_buf_item_committing()
Dxfs_inode_item.c620 xfs_csn_t seq) in xfs_inode_item_committing()
Dxfs_trans.c835 xfs_csn_t commit_seq = 0; in __xfs_trans_commit()
Dxfs_inode.c3721 xfs_csn_t seq = 0; in xfs_log_force_inode()
Dxfs_log.c3294 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