Searched defs:get_block (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/fs/ |
D | mpage.c | 157 unsigned long *first_logical_block, get_block_t get_block) in do_mpage_readpage() 367 unsigned nr_pages, get_block_t get_block) in mpage_readpages() 402 int mpage_readpage(struct page *page, get_block_t get_block) in mpage_readpage() 439 get_block_t *get_block; member 674 struct writeback_control *wbc, get_block_t get_block) in mpage_writepages() 700 int mpage_writepage(struct page *page, get_block_t get_block, in mpage_writepage()
|
D | buffer.c | 1573 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() 1781 get_block_t *get_block) in __block_write_begin() 1906 unsigned flags, struct page **pagep, get_block_t *get_block) in block_write_begin() 2054 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() 2247 get_block_t *get_block, loff_t *bytes) in cont_write_begin() 2295 get_block_t get_block) in __block_page_mkwrite() 2345 get_block_t get_block) in block_page_mkwrite() 2402 get_block_t *get_block) in nobh_write_begin() 2580 int nobh_writepage(struct page *page, get_block_t *get_block, in nobh_writepage() 2628 loff_t from, get_block_t *get_block) in nobh_truncate_page() [all …]
|
D | ioctl.c | 252 loff_t len, get_block_t *get_block) in __generic_block_fiemap() 406 u64 len, get_block_t *get_block) in generic_block_fiemap()
|
D | direct-io.c | 81 get_block_t *get_block; /* block mapping function */ member 1094 unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io, in do_blockdev_direct_IO() 1324 unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io, in __blockdev_direct_IO()
|
/linux-3.3/fs/minix/ |
D | itree_common.c | 145 static inline int get_block(struct inode * inode, sector_t block, in get_block() function
|
/linux-3.3/fs/sysv/ |
D | itree.c | 202 static int get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int creat… in get_block() function
|
/linux-3.3/drivers/net/ethernet/neterion/ |
D | s2io.c | 2907 int get_block, put_block; in rx_intr_handler() local 7411 int get_block = ring_data->rx_curr_get_info.block_index; in rx_osm_handler() local
|
/linux-3.3/fs/ext4/ |
D | inode.c | 4593 get_block_t *get_block; in ext4_page_mkwrite() local
|
/linux-3.3/include/linux/ |
D | fs.h | 2444 unsigned long nr_segs, get_block_t get_block) in blockdev_direct_IO()
|