HomeSort by relevance Sort by last modified time
    Searched refs:UBIFS_BLOCK_SHIFT (Results 1 - 6 of 6) sorted by null

  /external/u-boot/fs/ubifs/
ubifs-media.h 94 #define UBIFS_BLOCK_SHIFT 12
ubifs.c 745 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT;
894 count = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT;
super.c 585 free, free >> UBIFS_BLOCK_SHIFT);
590 buf->f_bfree = free >> UBIFS_BLOCK_SHIFT;
592 buf->f_bavail = (free - c->report_rp_size) >> UBIFS_BLOCK_SHIFT;
942 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT;
    [all...]
tnc.c     [all...]
ubifs.h 666 #define UBIFS_BLOCKS_PER_PAGE_SHIFT (PAGE_CACHE_SHIFT - UBIFS_BLOCK_SHIFT)
    [all...]
debug.c     [all...]

Completed in 75 milliseconds