OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOOP_DEV
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/fs/acls/
acl_test01
77
if !
LOOP_DEV
=$(losetup -f) || [ "x$
LOOP_DEV
" = x ]; then
81
if ! losetup $
LOOP_DEV
$TMP/tacl/blkext3 2>&1 > /dev/null; then
88
mkfs -t ext3 $
LOOP_DEV
#> /dev/null 2>&1
90
mount -t ext3 -o defaults,acl,user_xattr $
LOOP_DEV
$TMP/tacl/mount-ext3
97
mkfs -t ext2 $
LOOP_DEV
99
mount -t ext2 -o defaults,acl,user_xattr $
LOOP_DEV
$TMP/tacl/mount-ext3
/external/ltp/
runltp
[
all
...]
Completed in 2136 milliseconds