Searched refs:get_block (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/sysv/ |
D | itree.c | 194 static int get_block(struct inode *inode, long iblock, struct buffer_head *bh_result, int create) in get_block() function 370 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in sysv_truncate() 418 return block_write_full_page(page,get_block); in sysv_writepage() 422 return block_read_full_page(page,get_block); in sysv_readpage() 426 return block_prepare_write(page,from,to,get_block); in sysv_prepare_write() 430 return generic_block_bmap(mapping,block,get_block); in sysv_bmap()
|
/linux-2.4.37.9/fs/ |
D | buffer.c | 1529 static int __block_write_full_page(struct inode *inode, struct page *page, get_block_t *get_block) in __block_write_full_page() argument 1559 err = get_block(inode, block, bh, 1); in __block_write_full_page() 1626 unsigned from, unsigned to, get_block_t *get_block) in __block_prepare_write() argument 1654 err = get_block(inode, block, bh, 1); in __block_prepare_write() 1777 int block_read_full_page(struct page *page, get_block_t *get_block) in block_read_full_page() argument 1805 if (get_block(inode, iblock, bh, 0)) in block_read_full_page() 1907 int cont_prepare_write(struct page *page, unsigned offset, unsigned to, get_block_t *get_block, uns… in cont_prepare_write() argument 1935 PAGE_CACHE_SIZE, get_block); in cont_prepare_write() 1964 status = __block_prepare_write(inode, page, zerofrom, to, get_block); in cont_prepare_write() 1989 get_block_t *get_block) in block_prepare_write() argument [all …]
|
/linux-2.4.37.9/fs/minix/ |
D | itree_v1.c | 52 return get_block(inode, block, bh_result, create); in V1_minix_get_block()
|
D | itree_v2.c | 57 return get_block(inode, block, bh_result, create); in V2_minix_get_block()
|
D | itree_common.c | 143 static inline int get_block(struct inode * inode, long block, in get_block() function 305 block_truncate_page(inode->i_mapping, inode->i_size, get_block); in truncate()
|
/linux-2.4.37.9/fs/affs/ |
D | Changes | 295 - The same get_block()-routine can now be used for
|