Lines Matching refs:appending
225 int err, appending = !!(pos + len > inode->i_size); in write_begin_slow() local
239 if (appending) in write_begin_slow()
291 if (appending) { in write_begin_slow()
326 struct ubifs_inode *ui, int appending) in allocate_budget() argument
331 if (!appending) in allocate_budget()
374 if (appending) { in allocate_budget()
429 int err, appending = !!(pos + len > inode->i_size); in ubifs_write_begin() local
471 err = allocate_budget(c, page, ui, appending); in ubifs_write_begin()
489 if (appending) { in ubifs_write_begin()
521 struct ubifs_inode *ui, int appending) in cancel_budget() argument
523 if (appending) { in cancel_budget()
544 int appending = !!(end_pos > inode->i_size); in ubifs_write_end() local
561 cancel_budget(c, page, ui, appending); in ubifs_write_end()
578 if (appending) { in ubifs_write_end()