HomeSort by relevance Sort by last modified time
    Searched refs:errcode_t (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/e2fsprogs/lib/ext2fs/
openfs.c 61 errcode_t ext2fs_open(const char *name, int flags, int superblock,
80 errcode_t ext2fs_open2(const char *name, const char *io_options,
86 errcode_t retval;
372 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io)
382 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io)
390 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io)
alloc_tables.c 81 errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group,
84 errcode_t retval;
218 errcode_t ext2fs_allocate_tables(ext2_filsys fs)
220 errcode_t retval;
getsize.c 72 errcode_t ext2fs_get_device_size(const char *file, int blocksize,
141 errcode_t ext2fs_get_device_size2(const char *file, int blocksize,
276 errcode_t ext2fs_get_device_size(const char *file, int blocksize,
279 errcode_t retval;
nt_io.c 223 static errcode_t nt_open(const char *name, int flags, io_channel *channel);
224 static errcode_t nt_close(io_channel channel);
225 static errcode_t nt_set_blksize(io_channel channel, int blksize);
226 static errcode_t nt_read_blk(io_channel channel, unsigned long block,
228 static errcode_t nt_write_blk(io_channel channel, unsigned long block,
230 static errcode_t nt_flush(io_channel channel);
994 errcode_t
1028 errcode_t
1075 errcode_t
1080 errcode_t Errno = 0
    [all...]
csum.c 103 errcode_t ext2fs_set_gdt_csum(ext2_filsys fs)
182 errcode_t retval;
  /external/e2fsprogs/e2fsck/
iscan.c 58 errcode_t retval;
97 errcode_t retval = 0;
pass3.c 359 errcode_t retval;
503 errcode_t retval;
551 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj)
554 errcode_t retval;
607 errcode_t retval;
642 errcode_t retval;
682 errcode_t err;
697 errcode_t retval;
750 errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,
754 errcode_t retval
    [all...]
rehash.c 223 static errcode_t alloc_size_dir(ext2_filsys fs, struct out_dir *outdir,
255 static errcode_t get_next_block(ext2_filsys fs, struct out_dir *outdir,
258 errcode_t retval;
397 static errcode_t copy_dir_entries(e2fsck_t ctx,
402 errcode_t retval;
549 static errcode_t calculate_tree(ext2_filsys fs,
557 errcode_t retval;
626 errcode_t err;
666 static errcode_t write_directory(e2fsck_t ctx, ext2_filsys fs,
671 errcode_t retval
    [all...]
badblocks.c 30 errcode_t retval;
e2fsck.c 20 errcode_t e2fsck_allocate_context(e2fsck_t *ret)
23 errcode_t retval;
54 errcode_t e2fsck_reset_context(e2fsck_t ctx)
dx_dirinfo.c 20 errcode_t retval;
scantest.c 92 errcode_t retval = 0;
journal.c 53 errcode_t retval;
226 static errcode_t e2fsck_get_journal(e2fsck_t ctx, journal_t **ret_journal)
237 errcode_t retval = 0;
445 static errcode_t e2fsck_journal_fix_bad_inode(e2fsck_t ctx,
496 static errcode_t e2fsck_journal_load(journal_t *journal)
632 static errcode_t e2fsck_journal_fix_corrupt_super(e2fsck_t ctx,
819 static errcode_t recover_ext3_journal(e2fsck_t ctx)
862 errcode_t retval, recover_retval;
927 errcode_t retval;
  /external/e2fsprogs/lib/et/
error_message.c 100 const char * error_message (errcode_t code)
104 errcode_t table_num;
242 errcode_t add_error_table(const struct error_table * et)
271 errcode_t remove_error_table(const struct error_table * et)
  /external/e2fsprogs/misc/
e2initrd_helper.c 71 static errcode_t get_file(ext2_filsys fs, const char * filename,
74 errcode_t retval;
333 errcode_t retval;
363 errcode_t retval;
e2image.c 94 errcode_t retval;
168 static errcode_t meta_get_blocks(ext2_filsys fs EXT2FS_ATTR((unused)),
182 static errcode_t meta_check_directory(ext2_filsys fs EXT2FS_ATTR((unused)),
193 static errcode_t meta_read_inode(ext2_filsys fs EXT2FS_ATTR((unused)),
315 errcode_t err;
408 errcode_t retval;
465 errcode_t retval;
560 errcode_t retval;
632 errcode_t retval;
e2undo.c 44 errcode_t retval;
99 errcode_t retval;
127 errcode_t retval;
tune2fs.c 161 errcode_t retval;
275 errcode_t retval;
348 errcode_t retval;
506 errcode_t retval;
1098 errcode_t retval;
1205 errcode_t retval = 0;
1305 errcode_t retval;
    [all...]
  /external/e2fsprogs/resize/
online.c 21 errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
30 errcode_t retval;
test_extent.c 25 errcode_t retval;
main.c 48 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass,
53 errcode_t retval;
151 errcode_t retval;
  /external/e2fsprogs/debugfs/
htree.c 36 errcode_t errcode;
164 errcode_t errcode;
207 errcode_t errcode;
298 errcode_t err;
395 errcode_t errcode;
dump.c 103 errcode_t retval;
193 errcode_t retval;
268 errcode_t retval;
ncheck.c 60 errcode_t retval;
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 344 typedef int errcode_t; typedef
376 errcode_t
    [all...]

Completed in 628 milliseconds

1 2 34 5