Searched refs:nilfs_get_block (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dfile.c107 ret = block_page_mkwrite(vma, vmf, nilfs_get_block);
H A Dinode.c39 * nilfs_get_block() - get a file block on the filesystem (callback function)
49 int nilfs_get_block(struct inode *inode, sector_t blkoff, function
86 "nilfs_get_block: a race condition "
128 return mpage_readpage(page, nilfs_get_block);
142 return mpage_readpages(mapping, pages, nr_pages, nilfs_get_block);
202 nilfs_get_block);
244 offset, nr_segs, nilfs_get_block, NULL);
593 block_truncate_page(inode->i_mapping, inode->i_size, nilfs_get_block);
H A Dnilfs.h246 extern int nilfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
H A Ddir.c86 return __block_write_begin(page, pos, to - from, nilfs_get_block);
H A Drecovery.c527 0, &page, nilfs_get_block);

Completed in 67 milliseconds