Searched refs:QUOTABLOCK_BITS (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/quota/
H A Dquota_v1.c18 #define QUOTABLOCK_BITS 10 macro
19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; v1_stoqb()
28 return blocks << QUOTABLOCK_BITS; v1_qbtos()
172 dqopt->info[type].dqi_max_spc_limit = 0xffffffffULL << QUOTABLOCK_BITS; v1_read_file_info()
H A Dquota_v2.c45 #define QUOTABLOCK_BITS 10 macro
46 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
50 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; v2_stoqb()
55 return blocks << QUOTABLOCK_BITS; v2_qbtos()
120 info->dqi_max_spc_limit = 0xffffffffLL << QUOTABLOCK_BITS; v2_read_file_info()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h1833 #ifndef QUOTABLOCK_BITS
1834 #define QUOTABLOCK_BITS 10 macro
1838 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
1842 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dwiretest.c1540 LASSERTF(QUOTABLOCK_BITS == 10, "found %lld\n", lustre_assert_wire_constants()
1541 (long long)QUOTABLOCK_BITS); lustre_assert_wire_constants()

Completed in 255 milliseconds