Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 4 of 4) sorted by relevance

/fs/jffs2/
DREADME.Locking21 the garbage collector will obtain this right at the beginning of
24 garbage collect pass.
53 avoid deadlocks with garbage collection -- the VFS will lock the i_sem
55 allocation may trigger garbage-collection, which may need to move a
57 VFS. If the garbage collection code were to attempt to lock the i_sem
58 of the inode from which it's garbage-collecting a physical node, this
63 mutex, which is obtained by the garbage collection code and also
97 pointer when the garbage collection thread exits. The code to kill the
135 the jffs2_raw_node_ref structures in question while the garbage
DTODO24 By writing _new_ nodes to one block, and garbage-collected REF_PRISTINE
/fs/proc/
Dkcore.c117 LIST_HEAD(garbage); in __kcore_update_ram()
124 list_move(&pos->list, &garbage); in __kcore_update_ram()
128 list_splice(list, &garbage); in __kcore_update_ram()
133 free_kclist_ents(&garbage); in __kcore_update_ram()
/fs/logfs/
Dsuper.c587 char *garbage; in logfs_mount() local
588 mtdnr = simple_strtoul(devname+3, &garbage, 0); in logfs_mount()
589 if (*garbage) in logfs_mount()