Searched refs:xfs_ail (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_trans_priv.h | 13 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 …]
|
| H A 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() 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 …]
|
| H A D | xfs_dquot_item.c | 128 struct xfs_ail *ailp = lip->li_ailp; in xfs_qm_dquot_logitem_push()
|
| H A D | xfs_mount.h | 12 struct xfs_ail; 157 struct xfs_ail *m_ail; /* fs active log item list */
|
| H A D | xfs_inode_item.c | 749 struct xfs_ail *ailp = lip->li_ailp; in xfs_inode_item_push() 964 struct xfs_ail *ailp, in xfs_iflush_ail_updates()
|
| H A D | xfs_log_cil.c | 782 struct xfs_ail *ailp, in xlog_cil_ail_insert_batch() 846 struct xfs_ail *ailp = ctx->cil->xc_log->l_ailp; in xlog_cil_ail_insert()
|
| H A D | xfs_dquot.c | 1149 struct xfs_ail *ailp = lip->li_ailp; in xfs_qm_dqflush_done()
|
| H A D | xfs_trace.h | 59 struct xfs_ail; 1661 TP_PROTO(struct xfs_ail *ailp, uint type, unsigned long flags, xfs_lsn_t lsn), 1684 TP_PROTO(struct xfs_ail *ailp, uint type, unsigned long flags, xfs_lsn_t lsn), \
|