Searched refs:ALLOC_DELETION (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
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()
|
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()
|
D | nodelist.h | 304 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */ macro
|
D | fs.c | 131 alloc_type = ALLOC_DELETION; in jffs2_do_setattr()
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 2868 alloc_type = ALLOC_DELETION; 4823 - if (prio != ALLOC_DELETION && !jffs2_rp_can_write(c)) { 8523 - fd = jffs2_write_dirent(c, dir_f, rd, name, namelen, ALLOC_DELETION); 8524 + fd = jffs2_write_dirent(c, dir_f, rd, (const unsigned char *)name, namelen, ALLOC_DELETION);
|