Home
last modified time | relevance | path

Searched refs:QUOTABLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/quota/
Dquota_v1.c19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v1_stoqb()
Dquota_v2.c46 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
50 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; in v2_stoqb()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1843 #ifndef QUOTABLOCK_SIZE
1844 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
1848 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1540 LASSERTF(QUOTABLOCK_SIZE == 1024, "found %lld\n", in lustre_assert_wire_constants()
1541 (long long)QUOTABLOCK_SIZE); in lustre_assert_wire_constants()