Searched refs:appending (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | file.c | 85 * appending data). Ensure that the remainder is zeroed out. in read_block() 225 int err, appending = !!(pos + len > inode->i_size); in write_begin_slow() local 239 if (appending) in write_begin_slow() 240 /* We are appending data, budget for inode change */ in write_begin_slow() 288 if (appending) { in write_begin_slow() 314 * @appending: non-zero if the page is appended 318 * this is appending, whether the page is dirty or not, and so on. This 319 * function leaves the @ui->ui_mutex locked in case of appending. Returns zero 323 struct ubifs_inode *ui, int appending) in allocate_budget() 328 if (!appending) in allocate_budget() 322 allocate_budget(struct ubifs_info *c, struct page *page, struct ubifs_inode *ui, int appending) allocate_budget() argument 426 int err, appending = !!(pos + len > inode->i_size); ubifs_write_begin() local 512 cancel_budget(struct ubifs_info *c, struct page *page, struct ubifs_inode *ui, int appending) cancel_budget() argument 536 int appending = !!(end_pos > inode->i_size); ubifs_write_end() local [all...] |
H A D | tnc.c | 2121 int i, keep, move, appending = 0; in tnc_insert() local 2168 appending = 1; in tnc_insert() 2171 } else if (appending && n != c->fanout) { in tnc_insert() 2173 appending = 0; in tnc_insert() 2191 if (appending) { in tnc_insert()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | file.c | 85 * appending data). Ensure that the remainder is zeroed out. in read_block() 224 int err, appending = !!(pos + len > inode->i_size); in write_begin_slow() local 238 if (appending) in write_begin_slow() 239 /* We are appending data, budget for inode change */ in write_begin_slow() 287 if (appending) { in write_begin_slow() 313 * @appending: non-zero if the page is appended 317 * this is appending, whether the page is dirty or not, and so on. This 318 * function leaves the @ui->ui_mutex locked in case of appending. Returns zero 322 struct ubifs_inode *ui, int appending) in allocate_budget() 327 if (!appending) in allocate_budget() 321 allocate_budget(struct ubifs_info *c, struct page *page, struct ubifs_inode *ui, int appending) allocate_budget() argument 425 int err, appending = !!(pos + len > inode->i_size); ubifs_write_begin() local 511 cancel_budget(struct ubifs_info *c, struct page *page, struct ubifs_inode *ui, int appending) cancel_budget() argument 535 int appending = !!(end_pos > inode->i_size); ubifs_write_end() local [all...] |
H A D | tnc.c | 2122 int i, keep, move, appending = 0; in tnc_insert() local 2169 appending = 1; in tnc_insert() 2172 } else if (appending && n != c->fanout) { in tnc_insert() 2174 appending = 0; in tnc_insert() 2192 if (appending) { in tnc_insert()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 187 @ Try appending the keycode to the circular buffer
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 188 @ Try appending the keycode to the circular buffer
|
Completed in 19 milliseconds