HelenOS sources

BLOCK_FLAGS_NONE  398 uspace/lib/ext4/src/balloc.c 	    bitmap_block_addr, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  271 uspace/lib/ext4/src/directory.c 		    next_block_phys_idx, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  430 uspace/lib/ext4/src/directory.c 		rc = block_get(&block, fs->device, fblock, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  529 uspace/lib/ext4/src/directory.c 		rc = block_get(&block, parent->fs->device, fblock, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  248 uspace/lib/ext4/src/directory_index.c 	rc = block_get(&block, dir->fs->device, fblock, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  451 uspace/lib/ext4/src/directory_index.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  528 uspace/lib/ext4/src/directory_index.c 		rc = block_get(&block, inode_ref->fs->device, block_addr, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  573 uspace/lib/ext4/src/directory_index.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  614 uspace/lib/ext4/src/directory_index.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1063 uspace/lib/ext4/src/directory_index.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1103 uspace/lib/ext4/src/directory_index.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  414 uspace/lib/ext4/src/extent.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  494 uspace/lib/ext4/src/extent.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  572 uspace/lib/ext4/src/extent.c 	errno_t rc = block_get(&block, inode_ref->fs->device, fblock, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1400 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, fblock, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1432 uspace/lib/ext4/src/filesystem.c 		errno_t rc = block_get(&block, fs->device, fblock, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1442 uspace/lib/ext4/src/filesystem.c 				    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  115 uspace/lib/ext4/src/ialloc.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  226 uspace/lib/ext4/src/ialloc.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  359 uspace/lib/ext4/src/ialloc.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1251 uspace/lib/ext4/src/ops.c 	rc = block_get(&block, inst->service_id, fs_block, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1308 uspace/lib/ext4/src/ops.c 	int flags = BLOCK_FLAGS_NONE;
BLOCK_FLAGS_NONE  583 uspace/srv/fs/cdfs/cdfs_ops.c 		errno_t rc = block_get(&block, fs->service_id, node->lba + i, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  655 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = block_get(&block, fs->service_id, lba, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  906 uspace/srv/fs/cdfs/cdfs_ops.c 		errno_t rc = block_get(&block, sid, bi, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  972 uspace/srv/fs/cdfs/cdfs_ops.c 	errno_t rc = block_get(&block, sid, altroot + 16, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1296 uspace/srv/fs/cdfs/cdfs_ops.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE   67 uspace/srv/fs/exfat/exfat_bitmap.c 	rc = exfat_block_get(&b, bs, bitmapp, offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  107 uspace/srv/fs/exfat/exfat_bitmap.c 	rc = exfat_block_get(&b, bs, bitmapp, offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  143 uspace/srv/fs/exfat/exfat_bitmap.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  119 uspace/srv/fs/exfat/exfat_directory.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  123 uspace/srv/fs/exfat/exfat_directory.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  239 uspace/srv/fs/exfat/exfat_fat.c 	rc = block_get(&b, service_id, FAT_FS(bs) + offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  269 uspace/srv/fs/exfat/exfat_fat.c 	rc = block_get(&b, service_id, FAT_FS(bs) + offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  964 uspace/srv/fs/exfat/exfat_ops.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1363 uspace/srv/fs/exfat/exfat_ops.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1473 uspace/srv/fs/exfat/exfat_ops.c 	int flags = BLOCK_FLAGS_NONE;
BLOCK_FLAGS_NONE   87 uspace/srv/fs/fat/fat_directory.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  252 uspace/srv/fs/fat/fat_fat.c 		    BLOCK_FLAGS_NOREAD : BLOCK_FLAGS_NONE;
BLOCK_FLAGS_NONE  305 uspace/srv/fs/fat/fat_fat.c 	    offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  317 uspace/srv/fs/fat/fat_fat.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  372 uspace/srv/fs/fat/fat_fat.c 	    offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  403 uspace/srv/fs/fat/fat_fat.c 	    offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  466 uspace/srv/fs/fat/fat_fat.c 	    offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  479 uspace/srv/fs/fat/fat_fat.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  551 uspace/srv/fs/fat/fat_fat.c 	    offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  585 uspace/srv/fs/fat/fat_fat.c 	    offset / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  131 uspace/srv/fs/fat/fat_ops.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  307 uspace/srv/fs/fat/fat_ops.c 	    (idxp->pdi * sizeof(fat_dentry_t)) / BPS(bs), BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  643 uspace/srv/fs/fat/fat_ops.c 		rc = fat_block_get(&b, bs, childp, 0, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  778 uspace/srv/fs/fat/fat_ops.c 		rc = fat_block_get(&b, bs, nodep, i, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1138 uspace/srv/fs/fat/fat_ops.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1252 uspace/srv/fs/fat/fat_ops.c 			    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE 1330 uspace/srv/fs/fat/fat_ops.c 	int flags = BLOCK_FLAGS_NONE;
BLOCK_FLAGS_NONE  185 uspace/srv/fs/mfs/mfs_balloc.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  263 uspace/srv/fs/mfs/mfs_balloc.c 	r = block_get(&b, inst->service_id, block, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  328 uspace/srv/fs/mfs/mfs_balloc.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE   65 uspace/srv/fs/mfs/mfs_dentry.c 	r = block_get(&b, inst->service_id, block, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  123 uspace/srv/fs/mfs/mfs_dentry.c 	r = block_get(&b, mnode->instance->service_id, block, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  106 uspace/srv/fs/mfs/mfs_inode.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  165 uspace/srv/fs/mfs/mfs_inode.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  241 uspace/srv/fs/mfs/mfs_inode.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  285 uspace/srv/fs/mfs/mfs_inode.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  911 uspace/srv/fs/mfs/mfs_ops.c 		rc = block_get(&b, service_id, zone, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  940 uspace/srv/fs/mfs/mfs_ops.c 	int flags = BLOCK_FLAGS_NONE;
BLOCK_FLAGS_NONE  356 uspace/srv/fs/mfs/mfs_rw.c 	r = block_get(&b, inst->service_id, zone, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE   64 uspace/srv/fs/udf/udf_file.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  242 uspace/srv/fs/udf/udf_file.c 		    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  405 uspace/srv/fs/udf/udf_file.c 			    node->allocators[j].position + i, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  598 uspace/srv/fs/udf/udf_file.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  367 uspace/srv/fs/udf/udf_volume.c 	    BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  645 uspace/srv/fs/udf/udf_volume.c 		rc = block_get(&block, service_id, pos, BLOCK_FLAGS_NONE);
BLOCK_FLAGS_NONE  823 uspace/srv/fs/udf/udf_volume.c 		    BLOCK_FLAGS_NONE);
HelenOS homepage, sources at GitHub