Searched refs:ailp (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trans_ail.c34 struct xfs_ail *ailp,
36 __must_hold(&ailp->ail_lock)
46 if (list_empty(&ailp->ail_head))
54 if (&prev_lip->li_ail != &ailp->ail_head)
57 if (&next_lip->li_ail != &ailp->ail_head)
66 spin_unlock(&ailp->ail_lock);
70 spin_lock(&ailp->ail_lock);
82 struct xfs_ail *ailp)
84 if (list_empty(&ailp->ail_head))
87 return list_entry(ailp
81 xfs_ail_max( struct xfs_ail *ailp) argument
95 xfs_ail_next( struct xfs_ail *ailp, struct xfs_log_item *lip) argument
114 __xfs_ail_min_lsn( struct xfs_ail *ailp) argument
125 xfs_ail_min_lsn( struct xfs_ail *ailp) argument
141 xfs_ail_max_lsn( struct xfs_ail *ailp) argument
164 xfs_trans_ail_cursor_init( struct xfs_ail *ailp, struct xfs_ail_cursor *cur) argument
177 xfs_trans_ail_cursor_next( struct xfs_ail *ailp, struct xfs_ail_cursor *cur) argument
211 xfs_trans_ail_cursor_clear( struct xfs_ail *ailp, struct xfs_log_item *lip) argument
231 xfs_trans_ail_cursor_first( struct xfs_ail *ailp, struct xfs_ail_cursor *cur, xfs_lsn_t lsn) argument
258 __xfs_trans_ail_cursor_last( struct xfs_ail *ailp, xfs_lsn_t lsn) argument
278 xfs_trans_ail_cursor_last( struct xfs_ail *ailp, struct xfs_ail_cursor *cur, xfs_lsn_t lsn) argument
295 xfs_ail_splice( struct xfs_ail *ailp, struct xfs_ail_cursor *cur, struct list_head *list, xfs_lsn_t lsn) argument
340 xfs_ail_delete( struct xfs_ail *ailp, struct xfs_log_item *lip) argument
393 xfsaild_push_item( struct xfs_ail *ailp, struct xfs_log_item *lip) argument
418 xfsaild_push( struct xfs_ail *ailp) argument
598 struct xfs_ail *ailp = data; local
693 xfs_ail_push( struct xfs_ail *ailp, xfs_lsn_t threshold_lsn) argument
719 xfs_ail_push_all( struct xfs_ail *ailp) argument
732 xfs_ail_push_all_sync( struct xfs_ail *ailp) argument
837 xfs_trans_ail_insert( struct xfs_ail *ailp, struct xfs_log_item *lip, xfs_lsn_t lsn) argument
854 xfs_ail_delete_one( struct xfs_ail *ailp, struct xfs_log_item *lip) argument
876 struct xfs_ail *ailp = lip->li_ailp; local
902 struct xfs_ail *ailp; local
933 struct xfs_ail *ailp = mp->m_ail; local
[all...]
H A Dxfs_trans_priv.h22 void xfs_trans_committed_bulk(struct xfs_ail *ailp,
71 void xfs_trans_ail_update_bulk(struct xfs_ail *ailp,
74 xfs_lsn_t lsn) __releases(ailp->ail_lock);
81 struct xfs_ail *ailp)
83 return list_first_entry_or_null(&ailp->ail_head, struct xfs_log_item,
89 struct xfs_ail *ailp,
91 xfs_lsn_t lsn) __releases(ailp->ail_lock)
93 xfs_trans_ail_update_bulk(ailp, NULL, &lip, 1, lsn);
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, struc
80 xfs_ail_min( struct xfs_ail *ailp) argument
122 xfs_trans_ail_copy_lsn( struct xfs_ail *ailp, xfs_lsn_t *dst, xfs_lsn_t *src) argument
134 xfs_trans_ail_copy_lsn( struct xfs_ail *ailp, xfs_lsn_t *dst, xfs_lsn_t *src) argument
[all...]
H A Dxfs_trans.c727 struct xfs_ail *ailp,
735 spin_lock(&ailp->ail_lock);
736 /* xfs_trans_ail_update_bulk drops ailp->ail_lock */
737 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);
769 struct xfs_ail *ailp,
780 spin_lock(&ailp->ail_lock);
781 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn);
782 spin_unlock(&ailp->ail_lock);
811 ASSERT(xlog_is_shutdown(ailp->ail_log));
826 spin_lock(&ailp
726 xfs_log_item_batch_insert( struct xfs_ail *ailp, struct xfs_ail_cursor *cur, struct xfs_log_item **log_items, int nr_items, xfs_lsn_t commit_lsn) argument
768 xfs_trans_committed_bulk( struct xfs_ail *ailp, struct list_head *lv_chain, xfs_lsn_t commit_lsn, bool aborted) argument
[all...]
H A Dxfs_dquot.c1145 struct xfs_ail *ailp = lip->li_ailp; local
1160 spin_lock(&ailp->ail_lock);
1164 tail_lsn = xfs_ail_delete_one(ailp, lip);
1165 xfs_ail_update_finish(ailp, tail_lsn);
1167 spin_unlock(&ailp->ail_lock);
H A Dxfs_inode_item.c871 struct xfs_ail *ailp,
878 spin_lock(&ailp->ail_lock);
897 lsn = xfs_ail_delete_one(ailp, lip);
901 xfs_ail_update_finish(ailp, tail_lsn);
870 xfs_iflush_ail_updates( struct xfs_ail *ailp, struct list_head *list) argument

Completed in 148 milliseconds