/linux-4.1.27/fs/xfs/ |
D | xfs_trans_priv.h | 32 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn, 37 xfs_lsn_t commit_lsn, int aborted); 71 xfs_lsn_t xa_target; 72 xfs_lsn_t xa_target_prev; 75 xfs_lsn_t xa_last_pushed_lsn; 87 xfs_lsn_t lsn) __releases(ailp->xa_lock); 104 xfs_lsn_t lsn) __releases(ailp->xa_lock) in xfs_trans_ail_update() 122 void xfs_ail_push(struct xfs_ail *, xfs_lsn_t); 126 xfs_lsn_t xfs_ail_min_lsn(struct xfs_ail *ailp); 130 xfs_lsn_t lsn); [all …]
|
D | xfs_log.h | 100 static inline xfs_lsn_t _lsn_cmp(xfs_lsn_t lsn1, xfs_lsn_t lsn2) in _lsn_cmp() 138 xfs_lsn_t xfs_log_done(struct xfs_mount *mp, 148 xfs_lsn_t lsn, 152 xfs_lsn_t lsn, 159 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp); 160 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp); 186 xfs_lsn_t *commit_lsn, int flags);
|
D | xfs_log_priv.h | 250 xfs_lsn_t sequence; /* chkpt sequence # */ 251 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */ 252 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ 287 xfs_lsn_t xc_push_seq; 290 xfs_lsn_t xc_current_sequence; 458 xfs_lsn_t *start_lsn, 472 xfs_lsn_t val = atomic64_read(lsn); in xlog_crack_atomic_lsn() 528 xfs_lsn_t 531 xfs_lsn_t sequence);
|
D | xfs_dquot_item.c | 109 STATIC xfs_lsn_t 112 xfs_lsn_t lsn) in xfs_qm_dquot_logitem_committed() 230 xfs_lsn_t lsn) in xfs_qm_dquot_logitem_committing() 349 STATIC xfs_lsn_t 352 xfs_lsn_t lsn) in xfs_qm_qoff_logitem_committed() 357 STATIC xfs_lsn_t 360 xfs_lsn_t lsn) in xfs_qm_qoffend_logitem_committed() 375 return (xfs_lsn_t)-1; in xfs_qm_qoffend_logitem_committed() 395 xfs_lsn_t commit_lsn) in xfs_qm_qoff_logitem_committing()
|
D | xfs_trans_ail.c | 100 xfs_lsn_t 104 xfs_lsn_t lsn = 0; in xfs_ail_min_lsn() 119 static xfs_lsn_t 123 xfs_lsn_t lsn = 0; in xfs_ail_max_lsn() 213 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first() 239 xfs_lsn_t lsn) in __xfs_trans_ail_cursor_last() 260 xfs_lsn_t lsn) in xfs_trans_ail_cursor_last() 278 xfs_lsn_t lsn) in xfs_ail_splice() 335 xfs_lsn_t lsn; in xfsaild_push() 336 xfs_lsn_t target; in xfsaild_push() [all …]
|
D | xfs_trans.h | 39 xfs_lsn_t li_lsn; /* last on-disk lsn */ 55 xfs_lsn_t li_seq; /* CIL commit seq */ 72 xfs_lsn_t (*iop_committed)(xfs_log_item_t *, xfs_lsn_t); 73 void (*iop_committing)(xfs_log_item_t *, xfs_lsn_t); 101 xfs_lsn_t t_lsn; /* log seq num of start of 103 xfs_lsn_t t_commit_lsn; /* log seq num of end of
|
D | xfs_icreate_item.c | 104 STATIC xfs_lsn_t 107 xfs_lsn_t lsn) in xfs_icreate_item_committed() 112 return (xfs_lsn_t)-1; in xfs_icreate_item_committed() 129 xfs_lsn_t lsn) in xfs_icreate_item_committing()
|
D | xfs_extfree_item.c | 182 STATIC xfs_lsn_t 185 xfs_lsn_t lsn) in xfs_efi_item_committed() 200 xfs_lsn_t lsn) in xfs_efi_item_committing() 433 STATIC xfs_lsn_t 436 xfs_lsn_t lsn) in xfs_efd_item_committed() 448 return (xfs_lsn_t)-1; in xfs_efd_item_committed() 461 xfs_lsn_t lsn) in xfs_efd_item_committing()
|
D | xfs_inode_item.h | 31 xfs_lsn_t ili_flush_lsn; /* lsn at last flush */ 32 xfs_lsn_t ili_last_lsn; /* lsn at last transaction */
|
D | xfs_log_cil.c | 439 xfs_lsn_t commit_lsn; in xlog_cil_push() 440 xfs_lsn_t push_seq; in xlog_cil_push() 717 xfs_lsn_t push_seq) in xlog_cil_push_now() 775 xfs_lsn_t *commit_lsn, in xfs_log_commit_cil() 829 xfs_lsn_t 832 xfs_lsn_t sequence) in xlog_cil_force_lsn() 836 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn()
|
D | xfs_log.c | 46 xfs_lsn_t *commitlsnp); 126 xfs_lsn_t tail_lsn); 511 xfs_lsn_t 519 xfs_lsn_t lsn = 0; in xfs_log_done() 528 lsn = (xfs_lsn_t) -1; in xfs_log_done() 787 xfs_lsn_t lsn; in xfs_log_unmount_write() 1069 xfs_lsn_t 1075 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn_locked() 1094 xfs_lsn_t 1098 xfs_lsn_t tail_lsn; in xlog_assign_tail_lsn() [all …]
|
D | xfs_dquot_item.h | 29 xfs_lsn_t qli_flush_lsn; /* lsn at last flush */
|
D | xfs_trans.c | 746 xfs_lsn_t commit_lsn, in xfs_trans_free_items() 772 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() 811 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() 827 xfs_lsn_t item_lsn; in xfs_trans_committed_bulk() 834 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) in xfs_trans_committed_bulk() 901 xfs_lsn_t commit_lsn = -1; in xfs_trans_commit()
|
D | xfs_trace.h | 912 __field(xfs_lsn_t, tail_lsn) 989 __field(xfs_lsn_t, lsn) 1007 TP_PROTO(struct xfs_mount *mp, xfs_lsn_t lsn), 1011 __field(xfs_lsn_t, lsn) 1032 TP_PROTO(struct xfs_log_item *lip, xfs_lsn_t old_lsn, xfs_lsn_t new_lsn), 1039 __field(xfs_lsn_t, old_lsn) 1040 __field(xfs_lsn_t, new_lsn) 1061 TP_PROTO(struct xfs_log_item *lip, xfs_lsn_t old_lsn, xfs_lsn_t new_lsn), \ 1068 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn), 1072 __field(xfs_lsn_t, new_lsn) [all …]
|
D | xfs_log_recover.c | 56 xfs_lsn_t); 899 xfs_lsn_t tail_lsn; in xlog_find_tail() 1324 xfs_lsn_t tail_lsn) in xlog_clear_stale_blocks() 1829 static xfs_lsn_t 1839 xfs_lsn_t lsn = -1; in xlog_recover_get_buf_lsn() 1906 if (lsn != (xfs_lsn_t)-1) { in xlog_recover_get_buf_lsn() 1924 if (lsn != (xfs_lsn_t)-1) { in xlog_recover_get_buf_lsn() 1953 return (xfs_lsn_t)-1; in xlog_recover_get_buf_lsn() 2316 xfs_lsn_t current_lsn) in xlog_recover_buffer_pass2() 2323 xfs_lsn_t lsn; in xlog_recover_buffer_pass2() [all …]
|
D | xfs_inode_item.c | 513 STATIC xfs_lsn_t 516 xfs_lsn_t lsn) in xfs_inode_item_committed() 535 xfs_lsn_t lsn) in xfs_inode_item_committing()
|
D | xfs_buf_item.c | 681 STATIC xfs_lsn_t 684 xfs_lsn_t lsn) in xfs_buf_item_committed() 698 xfs_lsn_t commit_lsn) in xfs_buf_item_committing()
|
D | xfs_export.c | 231 xfs_lsn_t lsn = 0; in xfs_fs_nfs_commit_metadata()
|
D | xfs_file.c | 181 xfs_lsn_t lsn = 0; in xfs_dir_fsync() 207 xfs_lsn_t lsn = 0; in xfs_file_fsync()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_types.h | 35 typedef __int64_t xfs_lsn_t; /* log sequence number */ typedef 62 #define NULLCOMMITLSN ((xfs_lsn_t)-1)
|
D | xfs_log_recover.h | 51 xfs_lsn_t r_lsn; /* xact lsn */
|
D | xfs_log_format.h | 72 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn() 74 return ((xfs_lsn_t)cycle << 32) | block; in xlog_assign_lsn() 400 xfs_lsn_t di_lsn; /* flush sequence */
|
D | xfs_format.h | 176 xfs_lsn_t sb_lsn; /* last write sequence */
|