Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/
Dyaffs_guts.h736 int nBackgroundDeletions; /* Count of background deletions. */ member
775 int nBackgroundDeletions; /* Count of background deletions. */ member
Dyaffs_guts.c3463 cp->nBackgroundDeletions = dev->nBackgroundDeletions; in yaffs_DeviceToCheckpointDevice()
3479 dev->nBackgroundDeletions = cp->nBackgroundDeletions; in yaffs_CheckpointDeviceToDevice()
6404 dev->nBackgroundDeletions = 0; in yaffs_GutsInitialise()
Dyaffs_fs.c1872 sprintf(buf, "nBackgroudDeletions %d\n", dev->nBackgroundDeletions);