Lines Matching refs:errcode_t
32 static errcode_t make_u32_list(int size, int num, __u32 *list, in make_u32_list()
36 errcode_t retval; in make_u32_list()
62 errcode_t ext2fs_u32_list_create(ext2_u32_list *ret, int size) in ext2fs_u32_list_create()
70 errcode_t ext2fs_badblocks_list_create(ext2_badblocks_list *ret, int size) in ext2fs_badblocks_list_create()
79 errcode_t ext2fs_u32_copy(ext2_u32_list src, ext2_u32_list *dest) in ext2fs_u32_copy()
81 errcode_t retval; in ext2fs_u32_copy()
90 errcode_t ext2fs_badblocks_copy(ext2_badblocks_list src, in ext2fs_badblocks_copy()
107 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add()
109 errcode_t retval; in ext2fs_u32_list_add()
153 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add()
236 errcode_t ext2fs_u32_list_iterate_begin(ext2_u32_list bb, in ext2fs_u32_list_iterate_begin()
240 errcode_t retval; in ext2fs_u32_list_iterate_begin()
255 errcode_t ext2fs_badblocks_list_iterate_begin(ext2_badblocks_list bb, in ext2fs_badblocks_list_iterate_begin()