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

/linux-master/fs/ubifs/
H A Dfile.c20 * beyond the file size. The budgeting is done in 'ubifs_write_begin()', because
289 * 'ubifs_write_begin()' and expects the @ui_mutex to be locked
306 * allocate_budget - allocate budget for 'ubifs_write_begin()'.
312 * This is a helper function for 'ubifs_write_begin()' which allocates budget
411 * The solution for this is that the fast path of 'ubifs_write_begin()' assumes
415 static int ubifs_write_begin(struct file *file, struct address_space *mapping, function
544 * the 'ubifs_write_begin()' function did
1543 * do in 'ubifs_write_begin()' and 'ubifs_write_end()'. Glance there
1651 .write_begin = ubifs_write_begin,

Completed in 73 milliseconds