HomeSort by relevance Sort by last modified time
    Searched defs:QUOTABLOCK_SIZE (Results 26 - 29 of 29) sorted by null

12

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quota.h 49 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
54 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quota.h 49 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
54 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
quota.h 49 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
54 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /external/kernel-headers/original/linux/
quota.h 51 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
56 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)

Completed in 428 milliseconds

12