HelenOS sources

ext4_filesystem_t   46 uspace/lib/ext4/include/ext4/filesystem.h     enum cache_mode, aoff64_t *, ext4_filesystem_t **);
ext4_filesystem_t   47 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_close(ext4_filesystem_t *);
ext4_filesystem_t   53 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_block_group_ref(ext4_filesystem_t *, uint32_t,
ext4_filesystem_t   56 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_inode_ref(ext4_filesystem_t *, uint32_t,
ext4_filesystem_t   59 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_alloc_inode(ext4_filesystem_t *, ext4_inode_ref_t **,
ext4_filesystem_t   48 uspace/lib/ext4/include/ext4/fstypes.h 	ext4_filesystem_t *filesystem;
ext4_filesystem_t   39 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_free_inode(ext4_filesystem_t *, uint32_t, bool);
ext4_filesystem_t   40 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *, uint32_t *, bool);
ext4_filesystem_t   41 uspace/lib/ext4/include/ext4/ialloc.h extern errno_t ext4_ialloc_alloc_this_inode(ext4_filesystem_t *, uint32_t,
ext4_filesystem_t  278 uspace/lib/ext4/include/ext4/types.h 	ext4_filesystem_t *fs;
ext4_filesystem_t  393 uspace/lib/ext4/include/ext4/types.h 	ext4_filesystem_t *fs;
ext4_filesystem_t   59 uspace/lib/ext4/src/balloc.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t  125 uspace/lib/ext4/src/balloc.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t  208 uspace/lib/ext4/src/balloc.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t  631 uspace/lib/ext4/src/balloc.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t  394 uspace/lib/ext4/src/directory.c 	ext4_filesystem_t *fs = parent->fs;
ext4_filesystem_t  569 uspace/lib/ext4/src/directory_index.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t 1059 uspace/lib/ext4/src/directory_index.c 	ext4_filesystem_t *fs = parent->fs;
ext4_filesystem_t   59 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_check_features(ext4_filesystem_t *, bool *);
ext4_filesystem_t   60 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_block_groups(ext4_filesystem_t *);
ext4_filesystem_t   61 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_alloc_this_inode(ext4_filesystem_t *,
ext4_filesystem_t   76 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init(ext4_filesystem_t *fs, service_id_t service_id,
ext4_filesystem_t  156 uspace/lib/ext4/src/filesystem.c static void ext4_filesystem_fini(ext4_filesystem_t *fs)
ext4_filesystem_t  171 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_create_lost_found(ext4_filesystem_t *fs,
ext4_filesystem_t  211 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_create_root_dir(ext4_filesystem_t *fs)
ext4_filesystem_t  258 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = NULL;
ext4_filesystem_t  298 uspace/lib/ext4/src/filesystem.c 	fs = calloc(1, sizeof(ext4_filesystem_t));
ext4_filesystem_t  384 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = NULL;
ext4_filesystem_t  387 uspace/lib/ext4/src/filesystem.c 	fs = calloc(1, sizeof(ext4_filesystem_t));
ext4_filesystem_t  421 uspace/lib/ext4/src/filesystem.c     enum cache_mode cmode, aoff64_t *size, ext4_filesystem_t **rfs)
ext4_filesystem_t  424 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = NULL;
ext4_filesystem_t  428 uspace/lib/ext4/src/filesystem.c 	fs = calloc(1, sizeof(ext4_filesystem_t));
ext4_filesystem_t  482 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_close(ext4_filesystem_t *fs)
ext4_filesystem_t  507 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_check_features(ext4_filesystem_t *fs,
ext4_filesystem_t  599 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_block_groups(ext4_filesystem_t *fs)
ext4_filesystem_t  908 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_get_block_group_ref(ext4_filesystem_t *fs, uint32_t bgid,
ext4_filesystem_t 1119 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_get_inode_ref(ext4_filesystem_t *fs, uint32_t index,
ext4_filesystem_t 1219 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_init_inode(ext4_filesystem_t *fs, uint32_t index,
ext4_filesystem_t 1307 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_alloc_inode(ext4_filesystem_t *fs,
ext4_filesystem_t 1340 uspace/lib/ext4/src/filesystem.c static errno_t ext4_filesystem_alloc_this_inode(ext4_filesystem_t *fs,
ext4_filesystem_t 1371 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t 1591 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t 1704 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t 1867 uspace/lib/ext4/src/filesystem.c 	ext4_filesystem_t *fs = inode_ref->fs;
ext4_filesystem_t   98 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_free_inode(ext4_filesystem_t *fs, uint32_t index, bool is_dir)
ext4_filesystem_t  176 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_alloc_inode(ext4_filesystem_t *fs, uint32_t *index, bool is_dir)
ext4_filesystem_t  333 uspace/lib/ext4/src/ialloc.c errno_t ext4_ialloc_alloc_this_inode(ext4_filesystem_t *fs, uint32_t inode,
ext4_filesystem_t  220 uspace/lib/ext4/src/ops.c 	ext4_filesystem_t *fs = eparent->instance->filesystem;
ext4_filesystem_t  546 uspace/lib/ext4/src/ops.c 	ext4_filesystem_t *fs = parent->instance->filesystem;
ext4_filesystem_t  687 uspace/lib/ext4/src/ops.c 	ext4_filesystem_t *fs = enode->instance->filesystem;
ext4_filesystem_t  935 uspace/lib/ext4/src/ops.c 	ext4_filesystem_t *fs;
ext4_filesystem_t 1301 uspace/lib/ext4/src/ops.c 	ext4_filesystem_t *fs = enode->instance->filesystem;
HelenOS homepage, sources at GitHub