Home
last modified time | relevance | path

Searched refs:xfs_ail (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_trans_priv.h13 struct xfs_ail;
51 struct xfs_ail { struct
72 void xfs_trans_ail_update_bulk(struct xfs_ail *ailp, argument
82 struct xfs_ail *ailp) in xfs_ail_min()
90 struct xfs_ail *ailp, in xfs_trans_ail_update()
97 void xfs_trans_ail_insert(struct xfs_ail *ailp, struct xfs_log_item *lip,
100 xfs_lsn_t xfs_ail_delete_one(struct xfs_ail *ailp, struct xfs_log_item *lip);
101 void xfs_ail_update_finish(struct xfs_ail *ailp, xfs_lsn_t old_lsn)
105 static inline void xfs_ail_push(struct xfs_ail *ailp) in xfs_ail_push()
110 static inline void xfs_ail_push_all(struct xfs_ail *ailp) in xfs_ail_push_all()
[all …]
Dxfs_trans_ail.c34 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()
146 struct xfs_ail *ailp, in xfs_trans_ail_cursor_init()
159 struct xfs_ail *ailp, in xfs_trans_ail_cursor_next()
193 struct xfs_ail *ailp, in xfs_trans_ail_cursor_clear()
213 struct xfs_ail *ailp, in xfs_trans_ail_cursor_first()
240 struct xfs_ail *ailp, in __xfs_trans_ail_cursor_last()
[all …]
Dxfs_mount.h12 struct xfs_ail;
86 struct xfs_ail *m_ail; /* fs active log item list */
Dxfs_trans.h36 struct xfs_ail *li_ailp; /* ptr to AIL */
Dxfs_log_priv.h402 struct xfs_ail *l_ailp; /* AIL log is working with */
Dxfs_log_cil.c696 struct xfs_ail *ailp, in xlog_cil_ail_insert_batch()
760 struct xfs_ail *ailp = ctx->cil->xc_log->l_ailp; in xlog_cil_ail_insert()
Dxfs_inode_item.c903 struct xfs_ail *ailp, in xfs_iflush_ail_updates()
Dxfs_dquot.c1141 struct xfs_ail *ailp = lip->li_ailp; in xfs_qm_dqflush_done()