Home
last modified time | relevance | path

Searched refs:test_icount (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount1 test_icount: validate
3 test_icount: store 0 0
5 test_icount: fetch 0
7 test_icount: increment 0
9 test_icount: decrement 0
11 test_icount: store 20001 0
13 test_icount: fetch 20001
15 test_icount: increment 20001
17 test_icount: decrement 20001
19 test_icount: validate
[all …]
/external/e2fsprogs/lib/ss/
Dtest_script_expected3 test_icount: test
6 test_icount: test foo bar quux
9 test_icount: test bar quux
12 test_icount: quux bar
14 test_icount: quux
16 test_icount: test quux
19 test_icount: quit
20 test_icount: test foo bar
/external/e2fsprogs/tests/progs/
Dtest_icount.c34 ext2_icount_t test_icount; variable
41 if (test_icount) in check_icount()
86 &test_icount); in do_create_icount()
98 ext2fs_free_icount(test_icount); in do_free_icount()
99 test_icount = 0; in do_free_icount()
117 retval = ext2fs_icount_fetch(test_icount, ino, &count); in do_fetch()
140 retval = ext2fs_icount_increment(test_icount, ino, &count); in do_increment()
164 retval = ext2fs_icount_decrement(test_icount, ino, &count); in do_decrement()
194 retval = ext2fs_icount_store(test_icount, ino, (__u16) count); in do_store()
211 retval = ext2fs_icount_fetch(test_icount, i, &count); in do_dump()
[all …]
DMakefile.in16 PROGS= test_icount
20 TEST_ICOUNT_OBJS= test_icount.o test_icount_cmds.o
41 test_icount: $(TEST_ICOUNT_OBJS) $(DEPLIBS)
43 @$(LD) $(ALL_LDFLAGS) -o test_icount $(TEST_ICOUNT_OBJS) $(LIBS)
/external/e2fsprogs/tests/
Dtest_config17 TEST_ICOUNT=../tests/progs/test_icount
/external/e2fsprogs/
DRELEASE-NOTES870 Fix up usage and decrement error messages in the test_icount program