Lines Matching +full:max +full:- +full:reason
2 # SPDX-License-Identifier: GPL-2.0
4 # Kselftest frmework requirement - SKIP code is 4.
11 reason=$3
16 echo "expected success because $reason"
25 reason=$3
30 echo "expected failure because $reason"
39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ]
43 elif [ "$to_ensure" = "not_exist" ] && [ -d "$dir" ]
57 if [ ! -f "$file" ]
62 perm=$(stat -c "%a" "$file")
68 elif [ "$to_ensure" = "not_exist" ] && [ -f "$dir" ]
80 ensure_file "$range_dir/max" "exist" 600
330 if [ ! -d "$damon_sysfs" ]
341 if [ $EUID -ne 0 ]