Searched refs:exofs_write_begin (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/fs/exofs/ |
H A D | dir.c | 408 err = exofs_write_begin(NULL, page->mapping, pos, len, exofs_set_link() 411 EXOFS_ERR("exofs_set_link: exofs_write_begin FAILED => %d\n", exofs_set_link() 490 err = exofs_write_begin(NULL, page->mapping, pos, rec_len, 0, exofs_add_link() 547 err = exofs_write_begin(NULL, page->mapping, pos, to - from, 0, exofs_delete_entry() 550 EXOFS_ERR("exofs_delete_entry: exofs_write_begin FAILED => %d\n", exofs_delete_entry() 581 err = exofs_write_begin(NULL, page->mapping, 0, chunk_size, 0, exofs_make_empty()
|
H A D | exofs.h | 157 int exofs_write_begin(struct file *file, struct address_space *mapping,
|
H A D | inode.c | 864 int exofs_write_begin(struct file *file, struct address_space *mapping, exofs_write_begin() function 923 return exofs_write_begin(file, mapping, pos, len, flags, pagep, exofs_write_begin_export()
|
Completed in 213 milliseconds