Home
last modified time | relevance | path

Searched refs:get_block_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dfs.h1495 typedef int (get_block_t)(struct inode*,long,struct buffer_head*,int); typedef
1503 extern int block_write_full_page(struct page*, get_block_t*);
1504 extern int block_read_full_page(struct page*, get_block_t*);
1505 extern int block_prepare_write(struct page*, unsigned, unsigned, get_block_t*);
1506 extern int cont_prepare_write(struct page*, unsigned, unsigned, get_block_t*,
1512 int generic_block_bmap(struct address_space *, long, get_block_t *);
1514 int block_truncate_page(struct address_space *, loff_t, get_block_t *);
1515 extern int generic_direct_IO(int, struct inode *, struct kiobuf *, unsigned long, int, get_block_t
/linux-2.4.37.9/fs/
Dbuffer.c1529 static int __block_write_full_page(struct inode *inode, struct page *page, get_block_t *get_block) in __block_write_full_page()
1626 unsigned from, unsigned to, get_block_t *get_block) in __block_prepare_write()
1777 int block_read_full_page(struct page *page, get_block_t *get_block) 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()
1989 get_block_t *get_block) in block_prepare_write()
2022 int block_truncate_page(struct address_space *mapping, loff_t from, get_block_t *get_block) in block_truncate_page()
2102 int block_write_full_page(struct page *page, get_block_t *get_block) in block_write_full_page()
2178 int generic_block_bmap(struct address_space *mapping, long block, get_block_t *get_block) in generic_block_bmap()
2188 …node * inode, struct kiobuf * iobuf, unsigned long blocknr, int blocksize, get_block_t * get_block) in generic_direct_IO()