Searched refs:DISK_SIZE (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/fs_di/ |
D | fs_di | 120 DISK_SIZE=0 146 DISK_SIZE=$OPTARG;; 244 if [ "$DISK_SIZE" != 0 ]; then 247 DISK_SIZE=$(( $DISK_SIZE / 2 )) 248 if [ "$DISK_SIZE" == 0 ]; then 249 DISK_SIZE=1 251 create_datafile $DISK_SIZE $TCtmp/testfile >/dev/null
|
/external/mtools/ |
D | msdos.h | 247 #define DISK_SIZE(bits, sec_siz, clusters, n, cluster_size) \ macro 252 (DISK_SIZE(bits, sec_siz, clusters, n, cluster_size) + 2)
|
D | mformat.c | 197 min_fat16_size = DISK_SIZE(16, Fs->sector_size, FAT12, in comp_fat_bits() 245 DISK_SIZE( (bits), Fs->sector_size, (clusters), \ in calc_fat_bits2()
|