Searched refs:get_block (Results 1 - 18 of 18) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drtjpeg.c46 static inline int get_block(GetBitContext *gb, DCTELEM *block, const uint8_t *scan, function
110 if (get_block(&gb, block, c->scan, c->lquant))
113 if (get_block(&gb, block, c->scan, c->lquant))
116 if (get_block(&gb, block, c->scan, c->lquant))
119 if (get_block(&gb, block, c->scan, c->lquant))
122 if (get_block(&gb, block, c->scan, c->cquant))
125 if (get_block(&gb, block, c->scan, c->cquant))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h979 * - The objects returned by get_block() are yours to
1027 Prototype *get_block(); ///< See FLAC__metadata_simple_iterator_get_block().
1058 * - The objects returned by Iterator::get_block() are NOT
1140 Prototype *get_block(); ///< See FLAC__metadata_iterator_get_block().
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1375 Prototype *SimpleIterator::get_block()
1537 Prototype *Iterator::get_block()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp419 if(0 == (block = iterator.get_block()))
842 if(0 == (block = iterator.get_block()))
875 if(0 == (block = iterator.get_block()))
1067 block = iterator.get_block();
1523 if(0 == (block = iterator.get_block()))
1539 block = iterator.get_block();
1557 if(0 == (block = iterator.get_block()))
1572 block = iterator.get_block();
1591 block = iterator.get_block();
1610 block = iterator.get_block();
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dfalloc.c40 static avail_elem get_block __P((int, gdbm_file_info *));
87 av_el = get_block (num_bytes, dbf);
270 new_loc = get_block (av_size, dbf);
438 get_block (size, dbf) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ds2io.c2741 int get_block, put_block, put_offset; local
2757 get_block = get_info.block_index;
2760 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr;
2773 if ((get_block == put_block) &&
2818 rxdp = ring_data->rx_blocks[get_block].
2823 get_block++;
2824 if (get_block == ring_data->block_count)
2825 get_block = 0;
2826 ring_data->rx_curr_get_info.block_index = get_block;
2827 rxdp = ring_data->rx_blocks[get_block]
6894 int get_block = ring_data->rx_curr_get_info.block_index; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbuffer.c1397 * The get_block cached value has been unconditionally invalidated,
1479 * No No "unknown" - must do get_block()
1500 get_block_t *get_block, struct writeback_control *wbc)
1550 err = get_block(inode, block, bh, 1);
1661 unsigned from, unsigned to, get_block_t *get_block)
1696 err = get_block(inode, block, bh, 1);
1813 * get_block functionality. This is most of the block device filesystems.
1818 int block_read_full_page(struct page *page, get_block_t *get_block) argument
1849 err = get_block(inode, iblock, bh, 0);
1861 * get_block() migh
1499 __block_write_full_page(struct inode *inode, struct page *page, get_block_t *get_block, struct writeback_control *wbc) argument
1660 __block_prepare_write(struct inode *inode, struct page *page, unsigned from, unsigned to, get_block_t *get_block) argument
1988 cont_prepare_write(struct page *page, unsigned offset, unsigned to, get_block_t *get_block, loff_t *bytes) argument
2063 block_prepare_write(struct page *page, unsigned from, unsigned to, get_block_t *get_block) argument
2123 nobh_prepare_write(struct page *page, unsigned from, unsigned to, get_block_t *get_block) argument
2278 nobh_writepage(struct page *page, get_block_t *get_block, struct writeback_control *wbc) argument
2360 block_truncate_page(struct address_space *mapping, loff_t from, get_block_t *get_block) argument
2438 block_write_full_page(struct page *page, get_block_t *get_block, struct writeback_control *wbc) argument
2474 generic_block_bmap(struct address_space *mapping, sector_t block, get_block_t *get_block) argument
[all...]
H A Ddirect-io.c90 get_block_t *get_block; /* block mapping function */ member in struct:dio
95 struct buffer_head map_bh; /* last get_block() result */
221 * get_block. Pass the private field of the map buffer_head so that
222 * filesystems can use it to hold additional state between get_block calls and
493 * get_block() is passed the number of i_blkbits-sized blocks which direct_io
506 * block at a time - it will repeatedly call get_block() as it walks the hole.
550 ret = (*dio->get_block)(dio->inode, fs_startblk,
741 * If we are not writing the entire block and get_block() allocated
792 * So what we do is to permit the ->get_block function to populate bh.b_size
796 * it should set b_size to PAGE_SIZE or more inside get_block()
949 direct_io_worker(int rw, struct kiocb *iocb, struct inode *inode, const struct iovec *iov, loff_t offset, unsigned long nr_segs, unsigned blkbits, get_block_t get_block, dio_iodone_t end_io, struct dio *dio) argument
1141 __blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io, int dio_lock_type) argument
[all...]
H A Dmpage.c124 * support function for mpage_readpages. The fs supplied get_block might
127 * to get_block.
173 * get_block() call.
178 unsigned long *first_logical_block, get_block_t get_block)
240 if (get_block(inode, block_in_file, map_bh, 0))
256 * the get_block call, in which case we don't want to
258 * we just collected from get_block into the page's buffers
259 * so readpage doesn't have to repeat the get_block call
331 block_read_full_page(page, get_block);
349 * @get_block
176 do_mpage_readpage(struct bio *bio, struct page *page, unsigned nr_pages, sector_t *last_block_in_bio, struct buffer_head *map_bh, unsigned long *first_logical_block, get_block_t get_block) argument
384 mpage_readpages(struct address_space *mapping, struct list_head *pages, unsigned nr_pages, get_block_t get_block) argument
425 mpage_readpage(struct page *page, get_block_t get_block) argument
444 get_block_t *get_block; member in struct:mpage_data
681 mpage_writepages(struct address_space *mapping, struct writeback_control *wbc, get_block_t get_block) argument
704 mpage_writepage(struct page *page, get_block_t get_block, struct writeback_control *wbc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dinode.c857 * another get_block allocated this branch) re-grab the chain to see if
860 * Since we already block the truncate/other get_block
954 goto get_block; /* A read */
957 goto get_block; /* A single block get */
968 goto get_block;
984 get_block:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dinode.c856 * another get_block allocated this branch) re-grab the chain to see if
859 * Since we already block the truncate/other get_block
953 goto get_block; /* A read */
956 goto get_block; /* A single block get */
967 goto get_block;
983 get_block:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_common.c145 static inline int get_block(struct inode * inode, sector_t block, function
306 block_truncate_page(inode->i_mapping, inode->i_size, get_block);
H A Ditree_v1.c50 return get_block(inode, block, bh_result, create);
H A Ditree_v2.c56 return get_block(inode, block, bh_result, create);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c202 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) function
382 block_truncate_page(inode->i_mapping, inode->i_size, get_block);
454 return block_write_full_page(page,get_block,wbc);
458 return block_read_full_page(page,get_block);
462 return block_prepare_write(page,from,to,get_block);
466 return generic_block_bmap(mapping,block,get_block);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h29 BH_New, /* Disk mapping was newly created by get_block */
203 int block_write_full_page(struct page *page, get_block_t *get_block,
220 int nobh_writepage(struct page *page, get_block_t *get_block,
H A Dfs.h1814 unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io,
1825 loff_t offset, unsigned long nr_segs, get_block_t get_block,
1829 nr_segs, get_block, end_io, DIO_LOCKING);
1834 loff_t offset, unsigned long nr_segs, get_block_t get_block,
1838 nr_segs, get_block, end_io, DIO_NO_LOCKING);
1843 loff_t offset, unsigned long nr_segs, get_block_t get_block,
1847 nr_segs, get_block, end_io, DIO_OWN_LOCKING);
1823 blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io) argument
1832 blockdev_direct_IO_no_locking(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io) argument
1841 blockdev_direct_IO_own_locking(int rw, struct kiocb *iocb, struct inode *inode, struct block_device *bdev, const struct iovec *iov, loff_t offset, unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io) argument
H A Dmpage.h17 unsigned nr_pages, get_block_t get_block);
18 int mpage_readpage(struct page *page, get_block_t get_block);
20 struct writeback_control *wbc, get_block_t get_block);
21 int mpage_writepage(struct page *page, get_block_t *get_block,

Completed in 286 milliseconds