Lines Matching refs:appending
220 int err, appending = !!(pos + len > inode->i_size); in write_begin_slow() local
234 if (appending) in write_begin_slow()
284 if (appending) { in write_begin_slow()
320 struct ubifs_inode *ui, int appending) in allocate_budget() argument
325 if (!appending) in allocate_budget()
368 if (appending) { in allocate_budget()
423 int err, appending = !!(pos + len > inode->i_size); in ubifs_write_begin() local
463 err = allocate_budget(c, folio, ui, appending); in ubifs_write_begin()
479 if (appending) { in ubifs_write_begin()
510 struct ubifs_inode *ui, int appending) in cancel_budget() argument
512 if (appending) { in cancel_budget()
533 int appending = !!(end_pos > inode->i_size); in ubifs_write_end() local
550 cancel_budget(c, folio, ui, appending); in ubifs_write_end()
570 if (appending) { in ubifs_write_end()