Searched refs:xfs_ail (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans_priv.h | 12 struct xfs_ail; 21 void xfs_trans_committed_bulk(struct xfs_ail *ailp, struct xfs_log_vec *lv, 28 * struct xfs_ail, but other traversals can declare it on the stack and link it 52 struct xfs_ail { struct 69 void xfs_trans_ail_update_bulk(struct xfs_ail *ailp, 79 struct xfs_ail *ailp) in xfs_ail_min() 87 struct xfs_ail *ailp, 94 void xfs_trans_ail_insert(struct xfs_ail *ailp, struct xfs_log_item *lip, 97 xfs_lsn_t xfs_ail_delete_one(struct xfs_ail *ailp, struct xfs_log_item *lip); 98 void xfs_ail_update_finish(struct xfs_ail *ail [all...] |
H A D | xfs_trans_ail.c | 33 struct xfs_ail *ailp, 81 struct xfs_ail *ailp) in xfs_ail_max() 95 struct xfs_ail *ailp, in xfs_ail_next() 114 struct xfs_ail *ailp) in __xfs_ail_min_lsn() 125 struct xfs_ail *ailp) in xfs_ail_min_lsn() 141 struct xfs_ail *ailp) in xfs_ail_max_lsn() 159 * the traversal cursor needs to be linked to the struct xfs_ail so that 164 struct xfs_ail *ailp, in xfs_trans_ail_cursor_init() 177 struct xfs_ail *ailp, in xfs_trans_ail_cursor_next() 211 struct xfs_ail *ail in xfs_trans_ail_cursor_clear() [all...] |
H A D | xfs_mount.h | 12 struct xfs_ail; 70 struct xfs_ail *m_ail; /* fs active log item list */
|
H A D | xfs_trans.c | 690 struct xfs_ail *ailp, in xfs_log_item_batch_insert() 732 struct xfs_ail *ailp, in xfs_trans_committed_bulk()
|
H A D | xfs_trans.h | 35 struct xfs_ail *li_ailp; /* ptr to AIL */
|
H A D | xfs_log_priv.h | 387 struct xfs_ail *l_ailp; /* AIL log is working with */
|
H A D | xfs_inode_item.c | 682 struct xfs_ail *ailp, in xfs_iflush_ail_updates()
|
H A D | xfs_log_recover.c | 1738 struct xfs_ail *ailp = log->l_ailp; in xlog_recover_release_intent() 2524 struct xfs_ail *ailp; in xlog_recover_process_intents() 2595 struct xfs_ail *ailp; in xlog_recover_cancel_intents()
|
H A D | xfs_dquot.c | 1136 struct xfs_ail *ailp = lip->li_ailp; in xfs_qm_dqflush_done()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans_priv.h | 13 struct xfs_ail; 22 void xfs_trans_committed_bulk(struct xfs_ail *ailp, 30 * struct xfs_ail, but other traversals can declare it on the stack and link it 54 struct xfs_ail { struct 71 void xfs_trans_ail_update_bulk(struct xfs_ail *ailp, 81 struct xfs_ail *ailp) in xfs_ail_min() 89 struct xfs_ail *ailp, 96 void xfs_trans_ail_insert(struct xfs_ail *ailp, struct xfs_log_item *lip, 99 xfs_lsn_t xfs_ail_delete_one(struct xfs_ail *ailp, struct xfs_log_item *lip); 100 void xfs_ail_update_finish(struct xfs_ail *ail [all...] |
H A D | xfs_trans_ail.c | 34 struct xfs_ail *ailp, 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() 160 * the traversal cursor needs to be linked to the struct xfs_ail so that 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 *ail in xfs_trans_ail_cursor_clear() [all...] |
H A D | xfs_mount.h | 12 struct xfs_ail; 86 struct xfs_ail *m_ail; /* fs active log item list */
|
H A D | xfs_log_priv.h | 402 struct xfs_ail *l_ailp; /* AIL log is working with */
|
H A D | xfs_trans.h | 36 struct xfs_ail *li_ailp; /* ptr to AIL */
|
H A D | xfs_trans.c | 722 struct xfs_ail *ailp, in xfs_log_item_batch_insert() 764 struct xfs_ail *ailp, in xfs_trans_committed_bulk()
|
H A 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() 2613 struct xfs_ail *ailp; in xlog_recover_cancel_intents()
|
H A D | xfs_inode_item.c | 869 struct xfs_ail *ailp, in xfs_iflush_ail_updates()
|
H A D | xfs_dquot.c | 1110 struct xfs_ail *ailp = lip->li_ailp; in xfs_qm_dqflush_done()
|
Completed in 27 milliseconds