Home
last modified time | relevance | path

Searched refs:DI_QUOT_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/di/di-4.50/D/
H A Ddiquota.d28 alias BLOCK_SIZE DI_QUOT_BLOCK_SIZE; /* linux */ variable
30 alias DQBSIZE DI_QUOT_BLOCK_SIZE; /* aix */ variable
32 alias DEV_BSIZE DI_QUOT_BLOCK_SIZE; /* tru64, et. al. */ variable
34 enum size_t DI_QUOT_BLOCK_SIZE = 512; variable
444 real quotBlockSize = DI_QUOT_BLOCK_SIZE; in di_process_quotas()
/dports/sysutils/di/di-4.50/C/
H A Ddiquota.c148 # define DI_QUOT_BLOCK_SIZE BLOCK_SIZE macro
151 # define DI_QUOT_BLOCK_SIZE DQBSIZE macro
154 # define DI_QUOT_BLOCK_SIZE DEV_BSIZE macro
156 # define DI_QUOT_BLOCK_SIZE 512 macro
720 _fs_size_t quotBlockSize = { DI_QUOT_BLOCK_SIZE };
721 _fs_size_t spaceBlockSize = { DI_QUOT_BLOCK_SIZE };