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

/linux-master/fs/ubifs/
H A Dfile.c85 * appending data). Ensure that the remainder is zeroed out.
220 int err, appending = !!(pos + len > inode->i_size); local
234 if (appending)
235 /* We are appending data, budget for inode change */
284 if (appending) {
310 * @appending: non-zero if the page is appended
314 * this is appending, whether the page is dirty or not, and so on. This
315 * function leaves the @ui->ui_mutex locked in case of appending.
320 struct ubifs_inode *ui, int appending)
325 if (!appending)
319 allocate_budget(struct ubifs_info *c, struct folio *folio, struct ubifs_inode *ui, int appending) argument
423 int err, appending = !!(pos + len > inode->i_size); local
509 cancel_budget(struct ubifs_info *c, struct folio *folio, struct ubifs_inode *ui, int appending) argument
534 int appending = !!(end_pos > inode->i_size); local
[all...]
H A Dtnc.c2122 int i, keep, move, appending = 0; local
2169 appending = 1;
2172 } else if (appending && n != c->fanout) {
2174 appending = 0;
2192 if (appending) {
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S188 @ Try appending the keycode to the circular buffer

Completed in 214 milliseconds