Searched refs:budgeted (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | dir.c | 802 int err, sz_change, budgeted = 1; in ubifs_unlink() local 838 budgeted = 0; in ubifs_unlink() 852 if (budgeted) in ubifs_unlink() 867 if (budgeted) in ubifs_unlink() 907 int err, sz_change, budgeted = 1; in ubifs_rmdir() local 940 budgeted = 0; in ubifs_rmdir() 955 if (budgeted) in ubifs_rmdir() 971 if (budgeted) in ubifs_rmdir()
|
H A D | file.c | 17 * not budgeted so the flag shows that 'ubifs_write_end()' should not release 23 * information about how the page was budgeted, to make it possible to release 269 * The page is dirty, which means it was budgeted twice: in write_begin_slow() 272 * o and then we budgeted for it for the second time at the in write_begin_slow() 1115 int offset = new_size & (UBIFS_BLOCK_SIZE - 1), budgeted = 1; in do_truncation() local 1140 budgeted = 0; in do_truncation() 1196 if (budgeted) in do_truncation() 1506 * UBIFS must ensure page is budgeted for.
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | dir.c | 800 int err, sz_change, budgeted = 1; in ubifs_unlink() local 836 budgeted = 0; in ubifs_unlink() 850 if (budgeted) in ubifs_unlink() 865 if (budgeted) in ubifs_unlink() 905 int err, sz_change, budgeted = 1; in ubifs_rmdir() local 938 budgeted = 0; in ubifs_rmdir() 953 if (budgeted) in ubifs_rmdir() 969 if (budgeted) in ubifs_rmdir()
|
H A D | file.c | 17 * not budgeted so the flag shows that 'ubifs_write_end()' should not release 23 * information about how the page was budgeted, to make it possible to release 268 * The page is dirty, which means it was budgeted twice: in write_begin_slow() 271 * o and then we budgeted for it for the second time at the in write_begin_slow() 1116 int offset = new_size & (UBIFS_BLOCK_SIZE - 1), budgeted = 1; in do_truncation() local 1141 budgeted = 0; in do_truncation() 1197 if (budgeted) in do_truncation() 1491 * UBIFS must ensure page is budgeted for.
|
Completed in 10 milliseconds