• Home
  • Raw
  • Download

Lines Matching refs:new

20 echo "ea_set / user.joe smith" > $OUT.new
21 $DEBUGFS -w -R "ea_set / user.joe smith" $TMPFILE >> $OUT.new 2>&1
23 echo Exit status is $status >> $OUT.new
24 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
26 echo "ea_set / user.moo FEE_FIE_FOE_FUMMMMMM" > $OUT.new
27 $DEBUGFS -w -R "ea_set / user.moo FEE_FIE_FOE_FUMMMMMM" $TMPFILE >> $OUT.new 2>&1
29 echo Exit status is $status >> $OUT.new
30 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
32 echo "ea_list /" > $OUT.new
33 $DEBUGFS -w -R "ea_list /" $TMPFILE >> $OUT.new 2>&1
35 echo Exit status is $status >> $OUT.new
36 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
38 echo "ea_get / user.moo" > $OUT.new
39 $DEBUGFS -w -R "ea_get / user.moo" $TMPFILE >> $OUT.new 2>&1
41 echo Exit status is $status >> $OUT.new
42 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
44 echo "ea_get / nosuchea" > $OUT.new
45 $DEBUGFS -w -R "ea_get / nosuchea" $TMPFILE >> $OUT.new 2>&1
47 echo Exit status is $status >> $OUT.new
48 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
50 echo "ea_rm / user.moo" > $OUT.new
51 $DEBUGFS -w -R "ea_rm / user.moo" $TMPFILE >> $OUT.new 2>&1
53 echo Exit status is $status >> $OUT.new
54 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
56 echo "ea_rm / nosuchea" > $OUT.new
57 $DEBUGFS -w -R "ea_rm / nosuchea" $TMPFILE >> $OUT.new 2>&1
59 echo Exit status is $status >> $OUT.new
60 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
62 echo "ea_list /" > $OUT.new
63 $DEBUGFS -w -R "ea_list /" $TMPFILE >> $OUT.new 2>&1
65 echo Exit status is $status >> $OUT.new
66 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
68 echo "ea_get / user.moo" > $OUT.new
69 $DEBUGFS -w -R "ea_get / user.moo" $TMPFILE >> $OUT.new 2>&1
71 echo Exit status is $status >> $OUT.new
72 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
74 echo "ea_rm / user.joe" > $OUT.new
75 $DEBUGFS -w -R "ea_rm / user.joe" $TMPFILE >> $OUT.new 2>&1
77 echo Exit status is $status >> $OUT.new
78 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
80 echo "ea_list /" > $OUT.new
81 $DEBUGFS -w -R "ea_list /" $TMPFILE >> $OUT.new 2>&1
83 echo Exit status is $status >> $OUT.new
84 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
87 echo "ea_set -f $TEST_DATA / user.file_based_xattr" > $OUT.new
88 $DEBUGFS -w -R "ea_set -f $TEST_DATA / user.file_based_xattr" $TMPFILE >> $OUT.new 2>&1
90 echo Exit status is $status >> $OUT.new
91 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
93 echo "ea_list /" > $OUT.new
94 $DEBUGFS -w -R "ea_list /" $TMPFILE >> $OUT.new 2>&1
96 echo Exit status is $status >> $OUT.new
97 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
99 echo "ea_get -f $VERIFY_DATA / user.file_based_xattr" > $OUT.new
100 $DEBUGFS -w -R "ea_get -f $VERIFY_DATA / user.file_based_xattr" $TMPFILE >> $OUT.new 2>&1
102 echo Exit status is $status >> $OUT.new
103 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
105 echo "Compare big attribute" > $OUT.new
106 diff -u $TEST_DATA $VERIFY_DATA >> $OUT.new
107 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
109 echo e2fsck $VERIFY_FSCK_OPT -N test_filesys > $OUT.new
110 $FSCK $VERIFY_FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
112 echo Exit status is $status >> $OUT.new
113 sed -f $cmd_dir/filter.sed $OUT.new >> $OUT
119 rm -f $TMPFILE $OUT.new