Home
last modified time | relevance | path

Searched refs:ALLOC_DELETION (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dnodelist.h222 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */ macro
Dnodemgmt.c74 if (prio == ALLOC_DELETION) in jffs2_reserve_space()
Ddir.c350 ret = jffs2_reserve_space(c, sizeof(*rd)+dentry->d_name.len, &phys_ofs, &alloclen, ALLOC_DELETION); in jffs2_do_unlink()