Home
last modified time | relevance | path

Searched refs:QUOTABLOCK_BITS (Results 1 – 2 of 2) sorted by relevance

/fs/
Dquota_v1.c18 #define QUOTABLOCK_BITS 10 macro
19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()
28 return blocks << QUOTABLOCK_BITS; in v1_qbtos()
Dquota_v2.c36 #define QUOTABLOCK_BITS 10 macro
37 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
41 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()
46 return blocks << QUOTABLOCK_BITS; in v2_qbtos()