Lines Matching refs:dir
39 local dir=$1
48 mkdir -p $dir
51 ino=$(symlink 1 $dir/empty)
55 symlink 1 $dir/fast_min > /dev/null
57 ino=$(symlink 10 $dir/fast_isize_too_small)
60 ino=$(symlink 10 $dir/fast_isize_too_large)
63 symlink $((59 - overhead)) $dir/fast_max > /dev/null
65 symlink $((60 - overhead)) $dir/slow_min > /dev/null
67 ino=$(symlink 100 $dir/slow_isize_too_small)
70 ino=$(symlink 100 $dir/slow_isize_too_large)
73 symlink $((BLOCKSIZE - 1 - overhead)) $dir/slow_max > /dev/null
75 ino=$(symlink $((BLOCKSIZE - 1 - overhead)) $dir/one_too_long)
82 ino=$(symlink $((BLOCKSIZE - 1 - overhead)) $dir/too_long)
94 local dir=$1 link
96 mkdir $dir
97 echo | e4crypt add_key $dir
98 create_symlinks $dir true
102 mv $dir ${dir}~encrypted
103 mkdir $dir
104 mv ${dir}~encrypted/* $dir