Home
last modified time | relevance | path

Searched refs:xfs_lsn_t (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/fs/xfs/
H A Dxfs_trans_priv.h58 xfs_lsn_t ail_target;
59 xfs_lsn_t ail_target_prev;
62 xfs_lsn_t ail_last_pushed_lsn;
97 xfs_lsn_t lsn);
112 xfs_lsn_t lsn);
115 xfs_lsn_t lsn);
124 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn()
125 xfs_lsn_t *src) in xfs_trans_ail_copy_lsn()
136 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn()
137 xfs_lsn_t *src) in xfs_trans_ail_copy_lsn()
[all …]
H A Dxfs_trans_ail.c42 xfs_lsn_t lsn; in xfs_ail_check()
113 static xfs_lsn_t
124 xfs_lsn_t
128 xfs_lsn_t lsn; in xfs_ail_min_lsn()
140 static xfs_lsn_t
234 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first()
260 xfs_lsn_t lsn) in __xfs_trans_ail_cursor_last()
281 xfs_lsn_t lsn) in xfs_trans_ail_cursor_last()
299 xfs_lsn_t lsn) in xfs_ail_splice()
424 xfs_lsn_t lsn; in xfsaild_push()
[all …]
H A Dxfs_log.h101 static inline xfs_lsn_t _lsn_cmp(xfs_lsn_t lsn1, xfs_lsn_t lsn2) in _lsn_cmp()
139 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
140 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
157 bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
H A Dxfs_log_priv.h223 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
450 xfs_lsn_t l_recovery_lsn;
536 xfs_lsn_t val = atomic64_read(lsn); in xlog_crack_atomic_lsn()
598 xfs_lsn_t xlog_cil_force_seq(struct xlog *log, xfs_csn_t sequence);
637 xfs_lsn_t lsn) in xlog_valid_lsn()
H A Dxfs_buf_item_recover.c215 xfs_lsn_t current_lsn) in xlog_recover_validate_buf_type()
450 xfs_lsn_t current_lsn) in xlog_recover_do_reg_buffer()
707 static xfs_lsn_t
718 xfs_lsn_t lsn = -1; in xlog_recover_get_buf_lsn()
808 if (lsn != (xfs_lsn_t)-1) { in xlog_recover_get_buf_lsn()
827 if (lsn != (xfs_lsn_t)-1) { in xlog_recover_get_buf_lsn()
856 return (xfs_lsn_t)-1; in xlog_recover_get_buf_lsn()
888 xfs_lsn_t current_lsn) in xlog_recover_buf_commit_pass2()
895 xfs_lsn_t lsn; in xlog_recover_buf_commit_pass2()
H A Dxfs_dquot_item.h16 xfs_lsn_t qli_flush_lsn; /* lsn at last flush */
H A Dxfs_trans.h34 xfs_lsn_t li_lsn; /* last on-disk lsn */
80 xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);
H A Dxfs_log.c574 xfs_lsn_t tail_lsn; in xlog_state_release_iclog()
1278 xfs_lsn_t
1284 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn_locked()
1303 xfs_lsn_t
1307 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn()
1682 xfs_lsn_t
2662 STATIC xfs_lsn_t
2708 xfs_lsn_t header_lsn) in xlog_state_set_callback()
3268 xfs_lsn_t lsn, in xlog_force_lsn()
3366 xfs_lsn_t lsn; in xfs_log_force_seq()
[all …]
H A Dxfs_dquot_item_recover.c65 xfs_lsn_t current_lsn) in xlog_recover_dquot_commit_pass2()
143 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2()
H A Dxfs_inode_item.h36 xfs_lsn_t ili_flush_lsn; /* lsn at last flush */
H A Dxfs_inode_item_recover.c172 xfs_lsn_t lsn) in xfs_log_dinode_to_disk()
274 xfs_lsn_t current_lsn) in xlog_recover_inode_commit_pass2()
356 xfs_lsn_t lsn = be64_to_cpu(dip->di_lsn); in xlog_recover_inode_commit_pass2()
H A Dxfs_inode_item.c517 xfs_lsn_t lsn) in xfs_inode_to_log_dinode()
790 STATIC xfs_lsn_t
793 xfs_lsn_t lsn) in xfs_inode_item_committed()
876 xfs_lsn_t tail_lsn = 0; in xfs_iflush_ail_updates()
881 xfs_lsn_t lsn; in xfs_iflush_ail_updates()
H A Dxfs_log_cil.c784 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_cil_set_ctx_write_state()
1295 xfs_lsn_t plsn; in xlog_cil_push_work()
1454 xfs_lsn_t push_seq, in xlog_cil_push_now()
1647 xfs_lsn_t
1654 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq()
H A Dxfs_trans.c726 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert()
766 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk()
782 xfs_lsn_t item_lsn; in xfs_trans_committed_bulk()
798 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) in xfs_trans_committed_bulk()
H A Dxfs_icreate_item.c146 xfs_lsn_t lsn) in xlog_recover_icreate_commit_pass2()
H A Dxfs_bmap_item.c656 xfs_lsn_t lsn) in xlog_recover_bui_commit_pass2()
710 xfs_lsn_t lsn) in xlog_recover_bud_commit_pass2()
H A Dxfs_refcount_item.c676 xfs_lsn_t lsn) in xlog_recover_cui_commit_pass2()
724 xfs_lsn_t lsn) in xlog_recover_cud_commit_pass2()
H A Dxfs_rmap_item.c683 xfs_lsn_t lsn) in xlog_recover_rui_commit_pass2()
731 xfs_lsn_t lsn) in xlog_recover_rud_commit_pass2()
H A Dxfs_trace.h1227 __field(xfs_lsn_t, tail_lsn)
1301 __field(xfs_lsn_t, lsn)
1323 __field(xfs_lsn_t, lsn)
1349 TP_PROTO(struct xfs_log_item *lip, xfs_lsn_t old_lsn, xfs_lsn_t new_lsn),
1356 __field(xfs_lsn_t, old_lsn)
1357 __field(xfs_lsn_t, new_lsn)
1378 TP_PROTO(struct xfs_log_item *lip, xfs_lsn_t old_lsn, xfs_lsn_t new_lsn), \
1389 __field(xfs_lsn_t, new_lsn)
1390 __field(xfs_lsn_t, old_lsn)
2225 __field(xfs_lsn_t, lsn)
[all …]
H A Dxfs_attr_item.c712 xfs_lsn_t lsn) in xlog_recover_attri_commit_pass2()
839 xfs_lsn_t lsn) in xlog_recover_attrd_commit_pass2()
H A Dxfs_buf_item.c770 STATIC xfs_lsn_t
773 xfs_lsn_t lsn) in xfs_buf_item_committed()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h59 struct xlog_recover_item *item, xfs_lsn_t lsn);
107 xfs_lsn_t r_lsn; /* xact lsn */
157 xfs_lsn_t lsn, unsigned int dfp_type);
H A Dxfs_types.h23 typedef int64_t xfs_lsn_t; /* log sequence number */ typedef
55 #define NULLCOMMITLSN ((xfs_lsn_t)-1)
H A Dxfs_inode_buf.h26 xfs_lsn_t lsn);
H A Dxfs_log_format.h57 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn()
59 return ((xfs_lsn_t)cycle << 32) | block; in xlog_assign_lsn()
462 xfs_lsn_t di_lsn;

12