Searched refs:ext2_commit_chunk (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/ext2/ |
D | dir.c | 50 static int ext2_commit_chunk(struct page *page, unsigned from, unsigned to) in ext2_commit_chunk() function 413 err = ext2_commit_chunk(page, from, to); in ext2_set_link() 482 err = ext2_commit_chunk(page, from, to); in ext2_add_link() 523 err = ext2_commit_chunk(page, from, to); in ext2_delete_entry() 567 err = ext2_commit_chunk(page, 0, chunk_size); in ext2_make_empty()
|