OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_fs
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/lib/ext2fs/
tst_iscan.c
30
ext2_filsys
test_fs
;
variable
80
test_io_manager, &
test_fs
);
86
retval = ext2fs_allocate_tables(
test_fs
);
92
retval = ext2fs_allocate_block_bitmap(
test_fs
, "bad block map",
99
retval = ext2fs_allocate_block_bitmap(
test_fs
, "touched map",
106
retval = ext2fs_allocate_inode_bitmap(
test_fs
, "bad inode map",
128
test_fs
->badblocks = test_badblocks;
141
retval = ext2fs_open_inode_scan(
test_fs
, 8, &scan);
184
for (i = 0; i <
test_fs
->group_desc_count; i++) {
185
for (j=0, blk =
test_fs
->group_desc[i].bg_inode_table
[
all
...]
icount.c
660
ext2_filsys
test_fs
;
variable
750
test_io_manager, &
test_fs
);
756
retval = ext2fs_allocate_tables(
test_fs
);
773
retval = ext2fs_create_icount_tdb(
test_fs
, dir,
781
retval = ext2fs_create_icount2(
test_fs
, flags, size, 0,
/external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system_test.py
71
test_fs
= TestFileSystem({
79
mock_fs = MockFileSystem(
test_fs
)
105
test_fs
.IncrementStat();
116
test_fs
.IncrementStat();
140
test_fs
.IncrementStat(path='bob/')
161
test_fs
= TestFileSystem({
167
mock_fs = MockFileSystem(
test_fs
)
186
test_fs
.IncrementStat()
195
test_fs
= TestFileSystem({
201
mock_fs = MockFileSystem(
test_fs
)
[
all
...]
test_file_system.py
50
test_fs
= self
53
return dict((path,
test_fs
._ResolvePath(path)) for path in paths)
/external/e2fsprogs/misc/
mke2fs.conf
18
options =
test_fs
=1
/external/e2fsprogs/tests/progs/
test_icount.c
33
ext2_filsys
test_fs
;
variable
85
retval = ext2fs_create_icount(
test_fs
, flags, (int) size,
210
for (i=1; i <=
test_fs
->super->s_inodes_count; i++) {
314
unix_io_manager, &
test_fs
);
Completed in 789 milliseconds