Searched refs:QUOTABLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/quota/
H A Dquota_v1.c20 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
24 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
H A Dquota_v2.c45 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
49 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;

Completed in 208 milliseconds