Searched defs:nBytes (Results 1 – 5 of 5) sorted by relevance
/fs/yaffs2/ |
D | yaffs_ecc.c | 251 void yaffs_ECCCalculateOther(const unsigned char *data, unsigned nBytes, in yaffs_ECCCalculateOther() 278 int yaffs_ECCCorrectOther(unsigned char *data, unsigned nBytes, in yaffs_ECCCorrectOther()
|
D | yaffs_checkptrw.c | 245 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()
|
D | yaffs_guts.c | 886 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()
|
D | yaffs_fs.c | 680 unsigned nBytes; in yaffs_writepage() local 854 int nBytes = to - offset; in yaffs_commit_write() local
|
D | yaffs_guts.h | 120 int nBytes; /* Only valid if the cache is dirty */ member
|