Home
last modified time | relevance | path

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

12

/fs/xfs/
Dxfs_trans_priv.h40 xfs_lsn_t);
80 xfs_lsn_t xa_target;
89 struct xfs_log_item *lip, xfs_lsn_t lsn)
94 void xfs_trans_ail_push(struct xfs_ail *, xfs_lsn_t);
98 xfs_lsn_t xfs_trans_ail_tail(struct xfs_ail *ailp);
102 xfs_lsn_t lsn);
108 long xfsaild_push(struct xfs_ail *, xfs_lsn_t *);
109 void xfsaild_wakeup(struct xfs_ail *, xfs_lsn_t);
117 xfs_lsn_t *dst, in xfs_trans_ail_copy_lsn()
118 xfs_lsn_t *src) in xfs_trans_ail_copy_lsn()
[all …]
Dxfs_log.h34 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,
143 xfs_lsn_t lsn,
147 xfs_lsn_t lsn,
155 xfs_lsn_t tail_lsn);
172 xfs_lsn_t *start_lsn);
Dxfs_extfree_item.c187 STATIC xfs_lsn_t
188 xfs_efi_item_committed(xfs_efi_log_item_t *efip, xfs_lsn_t lsn) in xfs_efi_item_committed()
214 xfs_efi_item_committing(xfs_efi_log_item_t *efip, xfs_lsn_t lsn) in xfs_efi_item_committing()
232 .iop_committed = (xfs_lsn_t(*)(xfs_log_item_t*, xfs_lsn_t))
236 .iop_committing = (void(*)(xfs_log_item_t*, xfs_lsn_t))
474 STATIC xfs_lsn_t
475 xfs_efd_item_committed(xfs_efd_log_item_t *efdp, xfs_lsn_t lsn) in xfs_efd_item_committed()
485 return (xfs_lsn_t)-1; in xfs_efd_item_committed()
508 xfs_efd_item_committing(xfs_efd_log_item_t *efip, xfs_lsn_t lsn) in xfs_efd_item_committing()
526 .iop_committed = (xfs_lsn_t(*)(xfs_log_item_t*, xfs_lsn_t))
[all …]
Dxfs_trans_ail.c53 xfs_lsn_t
57 xfs_lsn_t lsn; in xfs_trans_ail_tail()
63 lsn = (xfs_lsn_t)0; in xfs_trans_ail_tail()
91 xfs_lsn_t threshold_lsn) in xfs_trans_ail_push()
220 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first()
245 xfs_lsn_t *last_lsn) in xfsaild_push()
248 xfs_lsn_t last_pushed_lsn = *last_lsn; in xfsaild_push()
249 xfs_lsn_t target = ailp->xa_target; in xfsaild_push()
250 xfs_lsn_t lsn; in xfsaild_push()
374 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE); in xfsaild_push()
[all …]
Dxfs_log_priv.h59 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn()
61 return ((xfs_lsn_t)cycle << 32) | block; in xlog_assign_lsn()
414 xfs_lsn_t l_tail_lsn; /* lsn of 1st LR with unflushed
416 xfs_lsn_t l_last_sync_lsn;/* lsn of last LR on disk */
447 extern xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
Dxfs_log.c54 xlog_in_core_t **, xfs_lsn_t *);
64 xfs_lsn_t *start_lsn,
83 xfs_lsn_t lsn,
115 xfs_lsn_t tail_lsn);
329 xfs_lsn_t
337 xfs_lsn_t lsn = 0; in xfs_log_done()
347 lsn = (xfs_lsn_t) -1; in xfs_log_done()
393 xfs_lsn_t lsn, in _xfs_log_force()
423 xfs_lsn_t lsn, in xfs_log_force()
674 xfs_lsn_t lsn; in xfs_log_unmount_write()
[all …]
Dxfs_types.h78 typedef __int64_t xfs_lsn_t; /* log sequence number */ typedef
131 #define NULLCOMMITLSN ((xfs_lsn_t)-1)
Dxfs_inode_item.h140 xfs_lsn_t ili_flush_lsn; /* lsn at last flush */
141 xfs_lsn_t ili_last_lsn; /* lsn at last transaction */
Dxfs_trans.h768 xfs_lsn_t li_lsn; /* last on-disk lsn */
793 xfs_lsn_t (*iop_committed)(xfs_log_item_t *, xfs_lsn_t);
796 void (*iop_committing)(xfs_log_item_t *, xfs_lsn_t);
868 xfs_lsn_t t_lsn; /* log seq num of start of
870 xfs_lsn_t t_commit_lsn; /* log seq num of end of
Dxfs_inode_item.c742 STATIC xfs_lsn_t
745 xfs_lsn_t lsn) in xfs_inode_item_committed()
811 xfs_log_force(mp, (xfs_lsn_t)0, in xfs_inode_item_pushbuf()
890 xfs_lsn_t lsn) in xfs_inode_item_committing()
909 .iop_committed = (xfs_lsn_t(*)(xfs_log_item_t*, xfs_lsn_t))
913 .iop_committing = (void(*)(xfs_log_item_t*, xfs_lsn_t))
Dxfs_buf_item.c616 STATIC xfs_lsn_t
619 xfs_lsn_t lsn) in xfs_buf_item_committed()
661 xfs_buf_item_committing(xfs_buf_log_item_t *bip, xfs_lsn_t commit_lsn) in xfs_buf_item_committing()
678 .iop_committed = (xfs_lsn_t(*)(xfs_log_item_t*, xfs_lsn_t))
682 .iop_committing = (void(*)(xfs_log_item_t*, xfs_lsn_t))
Dxfs_trans_item.c35 int, int, xfs_lsn_t);
347 xfs_trans_unlock_items(xfs_trans_t *tp, xfs_lsn_t commit_lsn) in xfs_trans_unlock_items()
405 xfs_lsn_t commit_lsn) in xfs_trans_unlock_chunk()
Dxfs_log_recover.h52 xfs_lsn_t r_lsn; /* xact lsn */
Dxfs_trans.c54 STATIC void xfs_trans_chunk_committed(xfs_log_item_chunk_t *, xfs_lsn_t, int);
793 xfs_lsn_t commit_lsn; in _xfs_trans_commit()
1387 xfs_lsn_t lsn, in xfs_trans_chunk_committed()
1392 xfs_lsn_t item_lsn; in xfs_trans_chunk_committed()
1418 if (XFS_LSN_CMP(item_lsn, (xfs_lsn_t)-1) == 0) { in xfs_trans_chunk_committed()
Dxfs_rw.c132 error = _xfs_log_force(mp, (xfs_lsn_t)0, in xfs_write_sync_logforce()
Dxfs_log_recover.c51 STATIC int xlog_clear_stale_blocks(xlog_t *, xfs_lsn_t);
805 xfs_lsn_t tail_lsn; in xlog_find_tail()
1221 xfs_lsn_t tail_lsn) in xlog_clear_stale_blocks()
1484 xfs_lsn_t lsn) in xlog_recover_new_tid()
2666 xfs_lsn_t lsn, in xlog_recover_do_efi_trans()
3928 xfs_log_force(log->l_mp, (xfs_lsn_t)0, in xlog_recover_finish()
Dxfs_mount.c1245 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE | XFS_LOG_SYNC); in xfs_unmountfs()
1258 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE | XFS_LOG_SYNC); in xfs_unmountfs()
Dxfs_alloc.c2690 xfs_lsn_t lsn; in xfs_alloc_search_busy()
Dxfs_vnodeops.c638 error = _xfs_log_force(ip->i_mount, (xfs_lsn_t)0, in xfs_fsync()
/fs/xfs/quota/
Dxfs_dquot_item.c166 STATIC xfs_lsn_t
169 xfs_lsn_t lsn) in xfs_qm_dquot_logitem_committed()
194 xfs_log_force(dqp->q_mount, (xfs_lsn_t)0, XFS_LOG_FORCE); in xfs_qm_dqunpin_wait()
251 xfs_log_force(mp, (xfs_lsn_t)0, in xfs_qm_dquot_logitem_pushbuf()
382 xfs_lsn_t lsn) in xfs_qm_dquot_logitem_committing()
403 .iop_committed = (xfs_lsn_t(*)(xfs_log_item_t*, xfs_lsn_t))
408 .iop_committing = (void(*)(xfs_log_item_t*, xfs_lsn_t))
531 STATIC xfs_lsn_t
532 xfs_qm_qoff_logitem_committed(xfs_qoff_logitem_t *qf, xfs_lsn_t lsn) in xfs_qm_qoff_logitem_committed()
550 STATIC xfs_lsn_t
[all …]
Dxfs_dquot_item.h29 xfs_lsn_t qli_flush_lsn; /* lsn at last flush */
Dxfs_dquot.c1300 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE); in xfs_qm_dqflush()
1586 (xfs_lsn_t)0, in xfs_qm_dqflock_pushbuf_wait()
Dxfs_qm_syscalls.c1423 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE | XFS_LOG_SYNC); in xfs_qm_internalqcheck()
1425 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE | XFS_LOG_SYNC); in xfs_qm_internalqcheck()
/fs/xfs/linux-2.6/
Dxfs_sync.c466 xfs_log_force(ip->i_mount, (xfs_lsn_t)0, XFS_LOG_FORCE|XFS_LOG_SYNC); in xfs_flush_device()
482 xfs_log_force(mp, (xfs_lsn_t)0, XFS_LOG_FORCE); in xfs_sync_worker()
Dxfs_super.c869 xfs_lsn_t threshold_lsn) in xfsaild_wakeup()
880 xfs_lsn_t last_pushed_lsn = 0; in xfsaild()

12