Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1837 #ifndef QUOTABLOCK_SIZE
1838 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
1842 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1542 LASSERTF(QUOTABLOCK_SIZE == 1024, "found %lld\n", in lustre_assert_wire_constants()
1543 (long long)QUOTABLOCK_SIZE); in lustre_assert_wire_constants()