Searched refs:get_block (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
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,
H A Dbuffer_head.h29 BH_New, /* Disk mapping was newly created by get_block */
199 int block_write_full_page(struct page *page, get_block_t *get_block,
201 int block_write_full_page_endio(struct page *page, get_block_t *get_block,
207 unsigned flags, struct page **pagep, get_block_t *get_block);
209 get_block_t *get_block);
224 get_block_t get_block);
234 int nobh_writepage(struct page *page, get_block_t *get_block,
H A Dfs.h2272 unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io,
2277 loff_t offset, unsigned long nr_segs, get_block_t get_block,
2281 nr_segs, get_block, end_io, NULL,
2320 get_block_t *get_block);
2323 u64 len, get_block_t *get_block);
2275 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dmpage.c121 * support function for mpage_readpages. The fs supplied get_block might
124 * to get_block.
170 * get_block() call.
175 unsigned long *first_logical_block, get_block_t get_block)
237 if (get_block(inode, block_in_file, map_bh, 0))
252 * the get_block call, in which case we don't want to
254 * we just collected from get_block into the page's buffers
255 * so readpage doesn't have to repeat the get_block call
328 block_read_full_page(page, get_block);
342 * @get_block
173 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
378 mpage_readpages(struct address_space *mapping, struct list_head *pages, unsigned nr_pages, get_block_t get_block) argument
414 mpage_readpage(struct page *page, get_block_t get_block) argument
435 get_block_t *get_block; member in struct:mpage_data
669 mpage_writepages(struct address_space *mapping, struct writeback_control *wbc, get_block_t get_block) argument
692 mpage_writepage(struct page *page, get_block_t get_block, struct writeback_control *wbc) argument
[all...]
H A Dbuffer.c1432 * The get_block cached value has been unconditionally invalidated,
1514 * No No "unknown" - must do get_block()
1545 get_block_t *get_block, struct writeback_control *wbc,
1599 err = get_block(inode, block, bh, 1);
1753 get_block_t *get_block)
1789 err = get_block(inode, block, bh, 1);
1872 get_block_t *get_block)
1876 return block_prepare_write(page, start, start + len, get_block);
1887 unsigned flags, struct page **pagep, get_block_t *get_block)
1897 status = __block_write_begin(page, pos, len, get_block);
1544 __block_write_full_page(struct inode *inode, struct page *page, get_block_t *get_block, struct writeback_control *wbc, bh_end_io_t *handler) argument
1752 block_prepare_write(struct page *page, unsigned from, unsigned to, get_block_t *get_block) argument
1871 __block_write_begin(struct page *page, loff_t pos, unsigned len, get_block_t *get_block) argument
1886 block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, get_block_t *get_block) argument
2035 block_read_full_page(struct page *page, get_block_t *get_block) argument
2225 cont_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata, get_block_t *get_block, loff_t *bytes) argument
2273 block_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf, get_block_t get_block) argument
2354 nobh_write_begin(struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata, get_block_t *get_block) argument
2536 nobh_writepage(struct page *page, get_block_t *get_block, struct writeback_control *wbc) argument
2578 nobh_truncate_page(struct address_space *mapping, loff_t from, get_block_t *get_block) argument
2656 block_truncate_page(struct address_space *mapping, loff_t from, get_block_t *get_block) argument
2736 block_write_full_page_endio(struct page *page, get_block_t *get_block, struct writeback_control *wbc, bh_end_io_t *handler) argument
2777 block_write_full_page(struct page *page, get_block_t *get_block, struct writeback_control *wbc) argument
2785 generic_block_bmap(struct address_space *mapping, sector_t block, get_block_t *get_block) argument
[all...]
H A Dioctl.c237 * @get_block: the fs's get_block function
240 * through get_block until we hit the number of extents we want to map, or we
253 loff_t len, get_block_t *get_block)
288 ret = get_block(inode, start_blk, &map_bh, 0);
392 * @get_block: The block mapping function for the fs
400 u64 len, get_block_t *get_block)
404 ret = __generic_block_fiemap(inode, fieinfo, start, len, get_block);
251 __generic_block_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, loff_t start, loff_t len, get_block_t *get_block) argument
398 generic_block_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, u64 start, u64 len, get_block_t *get_block) argument
H A Ddirect-io.c83 get_block_t *get_block; /* block mapping function */ member in struct:dio
90 struct buffer_head map_bh; /* last get_block() result */
217 * get_block. Pass the private field of the map buffer_head so that
218 * filesystems can use it to hold additional state between get_block calls and
510 * get_block() is passed the number of i_blkbits-sized blocks which direct_io
523 * block at a time - it will repeatedly call get_block() as it walks the hole.
570 ret = (*dio->get_block)(dio->inode, fs_startblk,
779 * If we are not writing the entire block and get_block() allocated
830 * So what we do is to permit the ->get_block function to populate bh.b_size
834 * it should set b_size to PAGE_SIZE or more inside get_block()
987 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, dio_submit_t submit_io, struct dio *dio) argument
1163 __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, dio_submit_t submit_io, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ditree_v1.c56 return get_block(inode, block, bh_result, create);
H A Ditree_v2.c64 return get_block(inode, block, bh_result, create);
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);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drtjpeg.c47 static inline int get_block(GetBitContext *gb, DCTELEM *block, const uint8_t *scan, function
118 int res = get_block(&gb, block, c->scan, quant); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drtjpeg.c46 static inline int get_block(GetBitContext *gb, int16_t *block, const uint8_t *scan, function
120 int res = get_block(&gb, block, c->scan, quant); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
459 return block_read_full_page(page,get_block);
464 return __block_write_begin(page, pos, len, get_block);
473 ret = block_write_begin(mapping, pos, len, flags, pagep, get_block);
485 return generic_block_bmap(mapping,block,get_block);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c2963 int get_block, put_block; local
2973 get_block = get_info.block_index;
2976 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr;
2983 if ((get_block == put_block) &&
3019 rxdp = ring_data->rx_blocks[get_block].
3024 get_block++;
3025 if (get_block == ring_data->block_count)
3026 get_block = 0;
3027 ring_data->rx_curr_get_info.block_index = get_block;
3028 rxdp = ring_data->rx_blocks[get_block]
7543 int get_block = ring_data->rx_curr_get_info.block_index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1375 Prototype *SimpleIterator::get_block()
1537 Prototype *Iterator::get_block()

Completed in 317 milliseconds