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

/linux-4.1.27/fs/quota/
H A Dquotaio_v2.h42 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
43 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
55 __le64 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
56 __le64 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
H A Dquota_v1.c19 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; v1_stoqb()
H A Dquota_v2.c46 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS) macro
50 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS; v2_stoqb()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A 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/
H A Dwiretest.c1542 LASSERTF(QUOTABLOCK_SIZE == 1024, "found %lld\n", lustre_assert_wire_constants()
1543 (long long)QUOTABLOCK_SIZE); lustre_assert_wire_constants()

Completed in 178 milliseconds