Searched refs:exofs_commit_chunk (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/exofs/ |
D | dir.c | 57 static int exofs_commit_chunk(struct page *page, loff_t pos, unsigned len) in exofs_commit_chunk() function 417 err = exofs_commit_chunk(page, pos, len); in exofs_set_link() 505 err = exofs_commit_chunk(page, pos, rec_len); in exofs_add_link() 556 err = exofs_commit_chunk(page, pos, to - from); in exofs_delete_entry() 603 err = exofs_commit_chunk(page, 0, chunk_size); in exofs_make_empty()
|