Searched refs:chunks (Results 1 – 4 of 4) sorted by relevance
134 Normally YAFFS only checks chunks before writing until an erased136 chunks that might have happened due to power loss.138 Enabling this forces on the test that chunks are erased in flash
701 int chunks; in xfs_buf_item_init() local726 chunks = (int)((XFS_BUF_COUNT(bp) + (XFS_BLI_CHUNK - 1)) >> XFS_BLI_SHIFT); in xfs_buf_item_init()727 map_size = (int)((chunks + NBWORD) >> BIT_TO_WORD_SHIFT); in xfs_buf_item_init()
320 int i, chunks = le32_to_cpu(ldinfo->dqi_chunks); in ocfs2_recovery_load_quota() local323 for (i = 0; i < chunks; i++) { in ocfs2_recovery_load_quota()
233 So it does i/o in much larger chunks. It is the correct linux way. It