Home
last modified time | relevance | path

Searched defs:nBytes (Results 1 – 5 of 5) sorted by relevance

/fs/yaffs2/
Dyaffs_ecc.c251 void yaffs_ECCCalculateOther(const unsigned char *data, unsigned nBytes, in yaffs_ECCCalculateOther()
278 int yaffs_ECCCorrectOther(unsigned char *data, unsigned nBytes, in yaffs_ECCCorrectOther()
Dyaffs_checkptrw.c245 int yaffs_CheckpointWrite(yaffs_Device *dev, const void *data, int nBytes) in yaffs_CheckpointWrite()
280 int yaffs_CheckpointRead(yaffs_Device *dev, void *data, int nBytes) in yaffs_CheckpointRead()
Dyaffs_guts.c886 int yaffs_CheckFF(__u8 *buffer, int nBytes) in yaffs_CheckFF()
2833 int nBytes = 0; in yaffs_CalcCheckpointBlocksRequired() local
3613 const __u8 *buffer, int nBytes, in yaffs_WriteChunkDataToObject()
4157 __u32 nBytes; in yaffs_WriteCheckpointDevice() local
4186 __u32 nBytes; in yaffs_ReadCheckpointDevice() local
4666 int nBytes) in yaffs_ReadDataFromFile()
4758 int nBytes, int writeThrough) in yaffs_WriteDataToFile()
Dyaffs_fs.c680 unsigned nBytes; in yaffs_writepage() local
854 int nBytes = to - offset; in yaffs_commit_write() local
Dyaffs_guts.h120 int nBytes; /* Only valid if the cache is dirty */ member