Lines Matching refs:appending
224 int err, appending = !!(pos + len > inode->i_size); in write_begin_slow() local
238 if (appending) in write_begin_slow()
290 if (appending) { in write_begin_slow()
325 struct ubifs_inode *ui, int appending) in allocate_budget() argument
330 if (!appending) in allocate_budget()
373 if (appending) { in allocate_budget()
428 int err, appending = !!(pos + len > inode->i_size); in ubifs_write_begin() local
470 err = allocate_budget(c, page, ui, appending); in ubifs_write_begin()
488 if (appending) { in ubifs_write_begin()
520 struct ubifs_inode *ui, int appending) in cancel_budget() argument
522 if (appending) { in cancel_budget()
543 int appending = !!(end_pos > inode->i_size); in ubifs_write_end() local
560 cancel_budget(c, page, ui, appending); in ubifs_write_end()
577 if (appending) { in ubifs_write_end()