Home | History | Annotate | Download | only in ext4-delalloc-mballoc

Lines Matching refs:ext4

23 export TCID="ext4-delalloc-mballoc"
28 # Case 17: mount ext4 partition to ext3
33 tst_resm TFAIL "failed to create ext4 filesystem"
37 mount -t ext4 -o delalloc,auto_da_alloc $EXT4_DEV mnt_point
39 tst_resm TFAIL "failed to mount ext4 filesystem"
43 ffsb $LTPROOT/testcases/data/ext4-ffsb/ffsb-config0 > /dev/null
52 tst_resm TFAIL "failed to umount ext4 filesystem"
81 mkfs.ext4 -I 256 -b $3 /$EXT4_DEV >/dev/null 2>&1
83 tst_resm TFAIL "failed to create ext4 filesystem"
89 mount -t ext4 -o $1,$4 $EXT4_DEV mnt_point
91 tst_resm TFAIL "failed to mount ext4 filesystem"
95 ffsb $LTPROOT/testcases/data/ext4-ffsb/ffsb-config$2 > /dev/null
104 tst_resm TFAIL "failed to umount ext4 filesystem"