| /Linux-v5.4/fs/xfs/ | 
| D | xfs_trans_priv.h | 22 				xfs_lsn_t commit_lsn, bool aborted);56 	xfs_lsn_t		ail_target;
 57 	xfs_lsn_t		ail_target_prev;
 60 	xfs_lsn_t		ail_last_pushed_lsn;
 72 				xfs_lsn_t lsn) __releases(ailp->ail_lock);
 89 	xfs_lsn_t		lsn) __releases(ailp->ail_lock)  in xfs_trans_ail_update()
 113 void			xfs_ail_push(struct xfs_ail *, xfs_lsn_t);
 117 xfs_lsn_t		xfs_ail_min_lsn(struct xfs_ail *ailp);
 121 					xfs_lsn_t lsn);
 124 					xfs_lsn_t lsn);
 [all …]
 
 | 
| D | xfs_log.h | 80 static inline xfs_lsn_t	_lsn_cmp(xfs_lsn_t lsn1, xfs_lsn_t lsn2)  in _lsn_cmp()108 xfs_lsn_t xfs_log_done(struct xfs_mount *mp,
 113 int	  xfs_log_force_lsn(struct xfs_mount *mp, xfs_lsn_t lsn, uint flags,
 121 xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
 122 xfs_lsn_t xlog_assign_tail_lsn_locked(struct xfs_mount *mp);
 140 				xfs_lsn_t *commit_lsn, bool regrant);
 146 bool	xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
 
 | 
| D | xfs_log_priv.h | 240 	xfs_lsn_t		sequence;	/* chkpt sequence # */241 	xfs_lsn_t		start_lsn;	/* first LSN of chkpt commit */
 242 	xfs_lsn_t		commit_lsn;	/* chkpt commit record lsn */
 278 	xfs_lsn_t		xc_push_seq;
 281 	xfs_lsn_t		xc_current_sequence;
 406 	xfs_lsn_t		l_recovery_lsn;
 453 	xfs_lsn_t		*start_lsn,
 467 	xfs_lsn_t val = atomic64_read(lsn);  in xlog_crack_atomic_lsn()
 523 xfs_lsn_t
 526 	xfs_lsn_t sequence);
 [all …]
 
 | 
| D | xfs_trans_ail.c | 38 	xfs_lsn_t		prev_lsn = NULLCOMMITLSN;  in xfs_ail_check()39 	xfs_lsn_t		next_lsn = NULLCOMMITLSN;  in xfs_ail_check()
 40 	xfs_lsn_t		lsn;  in xfs_ail_check()
 111 xfs_lsn_t
 115 	xfs_lsn_t		lsn = 0;  in xfs_ail_min_lsn()
 130 static xfs_lsn_t
 134 	xfs_lsn_t       	lsn = 0;  in xfs_ail_max_lsn()
 224 	xfs_lsn_t		lsn)  in xfs_trans_ail_cursor_first()
 250 	xfs_lsn_t		lsn)  in __xfs_trans_ail_cursor_last()
 271 	xfs_lsn_t		lsn)  in xfs_trans_ail_cursor_last()
 [all …]
 
 | 
| D | xfs_trans.h | 33 	xfs_lsn_t			li_lsn;		/* last on-disk lsn */50 	xfs_lsn_t			li_seq;		/* CIL commit seq */
 76 	void (*iop_committing)(struct xfs_log_item *, xfs_lsn_t commit_lsn);
 78 	xfs_lsn_t (*iop_committed)(struct xfs_log_item *, xfs_lsn_t);
 
 | 
| D | xfs_inode_item.h | 19 	xfs_lsn_t		ili_flush_lsn;	   /* lsn at last flush */20 	xfs_lsn_t		ili_last_lsn;	   /* lsn at last transaction */
 
 | 
| D | xfs_dquot_item.c | 220 	xfs_lsn_t		commit_lsn)  in xfs_qm_dquot_logitem_committing()303 STATIC xfs_lsn_t
 306 	xfs_lsn_t		lsn)  in xfs_qm_qoffend_logitem_committed()
 323 	return (xfs_lsn_t)-1;  in xfs_qm_qoffend_logitem_committed()
 
 | 
| D | xfs_log_cil.c | 657 	xfs_lsn_t		commit_lsn;  in xlog_cil_push()658 	xfs_lsn_t		push_seq;  in xlog_cil_push()
 938 	xfs_lsn_t	push_seq)  in xlog_cil_push_now()
 996 	xfs_lsn_t		*commit_lsn,  in xfs_log_commit_cil()
 1002 	xfs_lsn_t		xc_commit_lsn;  in xfs_log_commit_cil()
 1056 xfs_lsn_t
 1059 	xfs_lsn_t	sequence)  in xlog_cil_force_lsn()
 1063 	xfs_lsn_t		commit_lsn = NULLCOMMITLSN;  in xlog_cil_force_lsn()
 
 | 
| D | xfs_log.c | 32 	xfs_lsn_t		*commitlsnp);104 	xfs_lsn_t		tail_lsn);
 510 xfs_lsn_t
 518 	xfs_lsn_t		lsn = 0;  in xfs_log_done()
 527 		lsn = (xfs_lsn_t) -1;  in xfs_log_done()
 832 	xfs_lsn_t		lsn;  in xfs_log_write_unmount_record()
 1135 xfs_lsn_t
 1141 	xfs_lsn_t		tail_lsn;  in xlog_assign_tail_lsn_locked()
 1160 xfs_lsn_t
 1164 	xfs_lsn_t		tail_lsn;  in xlog_assign_tail_lsn()
 [all …]
 
 | 
| D | xfs_dquot_item.h | 17 	xfs_lsn_t		 qli_flush_lsn;	   /* lsn at last flush */
 | 
| D | xfs_log_recover.c | 46 	xfs_lsn_t);1316 	xfs_lsn_t		tail_lsn;  in xlog_find_tail()
 1675 	xfs_lsn_t	tail_lsn)  in xlog_clear_stale_blocks()
 2184 static xfs_lsn_t
 2194 	xfs_lsn_t		lsn = -1;  in xlog_recover_get_buf_lsn()
 2273 	if (lsn != (xfs_lsn_t)-1) {  in xlog_recover_get_buf_lsn()
 2291 	if (lsn != (xfs_lsn_t)-1) {  in xlog_recover_get_buf_lsn()
 2320 	return (xfs_lsn_t)-1;  in xlog_recover_get_buf_lsn()
 2337 	xfs_lsn_t		current_lsn)  in xlog_recover_validate_buf_type()
 2573 	xfs_lsn_t		current_lsn)  in xlog_recover_do_reg_buffer()
 [all …]
 
 | 
| D | xfs_trans.c | 791 	xfs_lsn_t		commit_lsn)  in xfs_log_item_batch_insert()831 	xfs_lsn_t		commit_lsn,  in xfs_trans_committed_bulk()
 847 		xfs_lsn_t		item_lsn;  in xfs_trans_committed_bulk()
 863 		if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0)  in xfs_trans_committed_bulk()
 932 	xfs_lsn_t		commit_lsn = -1;  in __xfs_trans_commit()
 
 | 
| D | xfs_inode_item.c | 301 	xfs_lsn_t		lsn)  in xfs_inode_to_log_dinode()606 STATIC xfs_lsn_t
 609 	xfs_lsn_t		lsn)  in xfs_inode_item_committed()
 624 	xfs_lsn_t		commit_lsn)  in xfs_inode_item_committing()
 
 | 
| D | xfs_export.c | 226 	xfs_lsn_t		lsn = 0;  in xfs_fs_nfs_commit_metadata()
 | 
| D | xfs_buf_item.c | 643 	xfs_lsn_t		commit_lsn)  in xfs_buf_item_committing()666 STATIC xfs_lsn_t
 669 	xfs_lsn_t		lsn)  in xfs_buf_item_committed()
 
 | 
| D | xfs_trace.h | 948 		__field(xfs_lsn_t, tail_lsn)1023 		__field(xfs_lsn_t, lsn)
 1041 	TP_PROTO(struct xfs_mount *mp, xfs_lsn_t lsn, unsigned long caller_ip),
 1045 		__field(xfs_lsn_t, lsn)
 1068 	TP_PROTO(struct xfs_log_item *lip, xfs_lsn_t old_lsn, xfs_lsn_t new_lsn),
 1075 		__field(xfs_lsn_t, old_lsn)
 1076 		__field(xfs_lsn_t, new_lsn)
 1097 	TP_PROTO(struct xfs_log_item *lip, xfs_lsn_t old_lsn, xfs_lsn_t new_lsn), \
 1104 	TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
 1108 		__field(xfs_lsn_t, new_lsn)
 [all …]
 
 | 
| D | xfs_file.c | 84 	xfs_lsn_t		lsn = 0;  in xfs_dir_fsync()110 	xfs_lsn_t		lsn = 0;  in xfs_file_fsync()
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_types.h | 23 typedef int64_t		xfs_lsn_t;	/* log sequence number */  typedef55 #define NULLCOMMITLSN	((xfs_lsn_t)-1)
 
 | 
| D | xfs_log_recover.h | 38 	xfs_lsn_t		r_lsn;		/* xact lsn */
 | 
| D | xfs_inode_buf.h | 60 			  xfs_lsn_t lsn);
 | 
| D | xfs_log_format.h | 60 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block)  in xlog_assign_lsn()62 	return ((xfs_lsn_t)cycle << 32) | block;  in xlog_assign_lsn()
 414 	xfs_lsn_t	di_lsn;		/* flush sequence */
 
 | 
| D | xfs_inode_buf.c | 270 	xfs_lsn_t		lsn)  in xfs_inode_to_disk()
 | 
| D | xfs_format.h | 175 	xfs_lsn_t	sb_lsn;		/* last write sequence */
 |