Searched refs:ALLOC_DELETION (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | nodemgmt.c | 93 if (prio != ALLOC_DELETION && !jffs2_rp_can_write(c)) { in jffs2_reserve_space() 117 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) { in jffs2_reserve_space() 142 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) { in jffs2_reserve_space()
|
H A D | write.c | 564 ALLOC_DELETION, JFFS2_SUMMARY_DIRENT_SIZE(namelen)); in jffs2_do_unlink() 587 fd = jffs2_write_dirent(c, dir_f, rd, name, namelen, ALLOC_DELETION); in jffs2_do_unlink()
|
H A D | nodelist.h | 304 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */ macro
|
H A D | fs.c | 131 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | nodemgmt.c | 93 if (prio != ALLOC_DELETION && !jffs2_rp_can_write(c)) { in jffs2_reserve_space() 117 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) { in jffs2_reserve_space() 142 if (prio == ALLOC_DELETION && c->nr_free_blocks + c->nr_erasing_blocks >= c->resv_blocks_deletion) { in jffs2_reserve_space()
|
H A D | write.c | 564 ALLOC_DELETION, JFFS2_SUMMARY_DIRENT_SIZE(namelen)); in jffs2_do_unlink() 587 fd = jffs2_write_dirent(c, dir_f, rd, name, namelen, ALLOC_DELETION); in jffs2_do_unlink()
|
H A D | nodelist.h | 304 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */ macro
|
H A D | fs.c | 131 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()
|
Completed in 9 milliseconds