HelenOS sources

ext4_filesystem_get_block_group_ref   53 uspace/lib/ext4/include/ext4/filesystem.h extern errno_t ext4_filesystem_get_block_group_ref(ext4_filesystem_t *, uint32_t,
ext4_filesystem_get_block_group_ref   69 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
ext4_filesystem_get_block_group_ref  138 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group_first, &bg_ref);
ext4_filesystem_get_block_group_ref  328 uspace/lib/ext4/src/balloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(inode_ref->fs,
ext4_filesystem_get_block_group_ref  371 uspace/lib/ext4/src/balloc.c 	rc = ext4_filesystem_get_block_group_ref(inode_ref->fs,
ext4_filesystem_get_block_group_ref  498 uspace/lib/ext4/src/balloc.c 		rc = ext4_filesystem_get_block_group_ref(inode_ref->fs, bgid,
ext4_filesystem_get_block_group_ref  641 uspace/lib/ext4/src/balloc.c 	rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
ext4_filesystem_get_block_group_ref  704 uspace/lib/ext4/src/filesystem.c 		rc = ext4_filesystem_get_block_group_ref(fs, bg_index, &bg_ref);
ext4_filesystem_get_block_group_ref 1142 uspace/lib/ext4/src/filesystem.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
ext4_filesystem_get_block_group_ref  106 uspace/lib/ext4/src/ialloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, block_group, &bg_ref);
ext4_filesystem_get_block_group_ref  195 uspace/lib/ext4/src/ialloc.c 		errno_t rc = ext4_filesystem_get_block_group_ref(fs, bgid, &bg_ref);
ext4_filesystem_get_block_group_ref  343 uspace/lib/ext4/src/ialloc.c 	errno_t rc = ext4_filesystem_get_block_group_ref(fs, bgid, &bg_ref);
HelenOS homepage, sources at GitHub