Searched refs:buffer_list (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/fs/xfs/
H A Dxfs_extfree_item.c724 struct list_head *buffer_list,
769 struct list_head *buffer_list,
722 xlog_recover_efi_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
767 xlog_recover_efd_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
H A Dxfs_buf_item_recover.c886 struct list_head *buffer_list,
997 xfs_buf_delwri_queue(bp, buffer_list);
884 xlog_recover_buf_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t current_lsn) argument
H A Dxfs_attr_item.c697 struct list_head *buffer_list,
780 struct list_head *buffer_list,
695 xlog_recover_attri_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
778 xlog_recover_attrd_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
H A Dxfs_rmap_item.c633 struct list_head *buffer_list,
681 struct list_head *buffer_list,
631 xlog_recover_rui_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
679 xlog_recover_rud_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
H A Dxfs_trans_ail.c368 struct list_head *buffer_list)
375 if (!xfs_buf_delwri_queue(bp, buffer_list)) {
366 xfsaild_resubmit_item( struct xfs_log_item *lip, struct list_head *buffer_list) argument
H A Dxfs_inode_item.c690 struct list_head *buffer_list)
730 if (!xfs_buf_delwri_queue(bp, buffer_list))
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda.h321 void coda_fill_bitstream(struct coda_ctx *ctx, struct list_head *buffer_list);
H A Dcoda-bit.c323 void coda_fill_bitstream(struct coda_ctx *ctx, struct list_head *buffer_list) argument
370 if (buffer_list) {
376 list_add_tail(&m2m_buf->list, buffer_list);
419 if (buffer_list) {
425 list_add_tail(&m2m_buf->list, buffer_list);
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c1096 LIST_HEAD (buffer_list);
1125 xfs_buf_delwri_queue(bp, &buffer_list);
1132 error = xfs_buf_delwri_submit(&buffer_list);
1142 error = xfs_buf_delwri_submit(&buffer_list);
H A Dxfs_btree.h408 struct list_head *buffer_list);
H A Dxfs_btree.c4636 struct list_head *buffer_list; member in struct:xfs_btree_block_change_owner_info
4680 xfs_buf_delwri_queue(bp, bbcoi->buffer_list);
4690 struct list_head *buffer_list)
4695 bbcoi.buffer_list = buffer_list;
4687 xfs_btree_change_owner( struct xfs_btree_cur *cur, uint64_t new_owner, struct list_head *buffer_list) argument
H A Dxfs_ag.c780 xfs_buf_delwri_queue(bp, &id->buffer_list);
H A Dxfs_ialloc.c297 struct list_head *buffer_list,
415 xfs_buf_delwri_queue(fbuf, buffer_list);
294 xfs_ialloc_inode_init( struct xfs_mount *mp, struct xfs_trans *tp, struct list_head *buffer_list, int icount, xfs_agnumber_t agno, xfs_agblock_t agbno, xfs_agblock_t length, unsigned int gen) argument
/linux-master/drivers/firewire/
H A Dohci.c130 struct list_head buffer_list; member in struct:context
133 * Pointer to a buffer inside buffer_list that contains the tail
1104 desc = list_entry(ctx->buffer_list.next,
1132 list_move_tail(&old_desc->list, &ctx->buffer_list);
1171 list_add_tail(&desc->list, &ctx->buffer_list);
1184 INIT_LIST_HEAD(&ctx->buffer_list);
1188 ctx->buffer_tail = list_entry(ctx->buffer_list.next,
1215 list_for_each_entry_safe(desc, tmp, &ctx->buffer_list, list) {
1235 if (desc->list.next == &ctx->buffer_list) {
/linux-master/drivers/iio/
H A Dindustrialio-core.c1682 INIT_LIST_HEAD(&iio_dev_opaque->buffer_list);

Completed in 229 milliseconds

12