HomeSort by relevance Sort by last modified time
    Searched refs:FS_TYPE (Results 1 - 3 of 3) sorted by null

  /external/ltp/testscripts/
exportfs.sh 42 FS_TYPE=""
53 # Make sure that FS_TYPE package has been installed on NFS Server side.
54 # Make sure that FS_TYPE module is built into the kernel or loaded
70 t) FS_TYPE=$OPTARG ;;
89 if [ -z "$FS_TYPE" ]
115 rsh -n -l root $NFS_SERVER "rpm -q -a | grep $FS_TYPE" | grep $FS_TYPE >/dev/null 2>&1
118 rsh -n -l root $NFS_SERVER "grep $FS_TYPE /etc/filesystems" | grep $FS_TYPE >/dev/null 2>&1
121 rsh -n -l root $NFS_SERVER "grep $FS_TYPE /proc/filesystems" | grep $FS_TYPE >/dev/null 2>&
    [all...]
  /external/ltp/testcases/commands/mkfs/
mkfs01.sh 46 FS_TYPE="$2"
51 if [ -n "$FS_TYPE" ]; then
52 tst_check_cmds mkfs.${FS_TYPE}
63 tst_brk TCONF "Cannot mount ${FS_TYPE}, missing driver?"
113 local fs_type=$2
118 if [ -n "$fs_type" ]; then
119 mkfs_op="-t $fs_type"
122 if [ "$fs_type" = "xfs" ] || [ "$fs_type" = "btrfs" ]; then
129 if [ $? -eq 0 ] && [ "$fs_type" = "ntfs" ]; the
    [all...]
  /external/ltp/testcases/commands/df/
df01.sh 44 FS_TYPE=ext2
48 FS_TYPE="$2"
53 tst_mkfs ${FS_TYPE} ${TST_DEVICE}
60 tst_brk TCONF "Cannot mount ${FS_TYPE}, missing driver?"

Completed in 254 milliseconds