Searched refs:xfs_ail (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/fs/xfs/ |
D | xfs_trans_priv.h | 13 struct xfs_ail; 22 void xfs_trans_committed_bulk(struct xfs_ail *ailp, struct xfs_log_vec *lv, 53 struct xfs_ail { struct 70 void xfs_trans_ail_update_bulk(struct xfs_ail *ailp, argument 80 struct xfs_ail *ailp) in xfs_ail_min() 88 struct xfs_ail *ailp, in xfs_trans_ail_update() 95 void xfs_trans_ail_insert(struct xfs_ail *ailp, struct xfs_log_item *lip, 98 xfs_lsn_t xfs_ail_delete_one(struct xfs_ail *ailp, struct xfs_log_item *lip); 99 void xfs_ail_update_finish(struct xfs_ail *ailp, xfs_lsn_t old_lsn) 103 void xfs_ail_push(struct xfs_ail *, xfs_lsn_t); [all …]
|
D | xfs_trans_ail.c | 34 struct xfs_ail *ailp, in xfs_ail_check() 82 struct xfs_ail *ailp) in xfs_ail_max() 96 struct xfs_ail *ailp, in xfs_ail_next() 115 struct xfs_ail *ailp) in __xfs_ail_min_lsn() 126 struct xfs_ail *ailp) in xfs_ail_min_lsn() 142 struct xfs_ail *ailp) in xfs_ail_max_lsn() 165 struct xfs_ail *ailp, in xfs_trans_ail_cursor_init() 178 struct xfs_ail *ailp, in xfs_trans_ail_cursor_next() 212 struct xfs_ail *ailp, in xfs_trans_ail_cursor_clear() 232 struct xfs_ail *ailp, in xfs_trans_ail_cursor_first() [all …]
|
D | xfs_mount.h | 12 struct xfs_ail; 83 struct xfs_ail *m_ail; /* fs active log item list */
|
D | xfs_trans.h | 36 struct xfs_ail *li_ailp; /* ptr to AIL */
|
D | xfs_log_priv.h | 376 struct xfs_ail *l_ailp; /* AIL log is working with */
|
D | xfs_trans.c | 720 struct xfs_ail *ailp, in xfs_log_item_batch_insert() 762 struct xfs_ail *ailp, in xfs_trans_committed_bulk()
|
D | xfs_log_recover.c | 1732 struct xfs_ail *ailp = log->l_ailp; in xlog_recover_release_intent() 2541 struct xfs_ail *ailp; in xlog_recover_process_intents() 2607 struct xfs_ail *ailp; in xlog_recover_cancel_intents()
|
D | xfs_inode_item.c | 720 struct xfs_ail *ailp, in xfs_iflush_ail_updates()
|
D | xfs_dquot.c | 1110 struct xfs_ail *ailp = lip->li_ailp; in xfs_qm_dqflush_done()
|