Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds