HelenOS sources

BLOCK_FLAGS_NOREAD  549 uspace/lib/block/block.c 		if (!(flags & BLOCK_FLAGS_NOREAD)) {
BLOCK_FLAGS_NOREAD  458 uspace/lib/ext4/src/directory.c 	rc = block_get(&new_block, fs->device, fblock, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  286 uspace/lib/ext4/src/directory_index.c 	rc = block_get(&new_block, dir->fs->device, fblock, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  810 uspace/lib/ext4/src/directory_index.c 	    new_fblock, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  947 uspace/lib/ext4/src/directory_index.c 		    new_fblock, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  791 uspace/lib/ext4/src/extent.c 			    BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  869 uspace/lib/ext4/src/extent.c 		    BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  644 uspace/lib/ext4/src/filesystem.c 		rc = block_get(&block, fs->device, b, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  755 uspace/lib/ext4/src/filesystem.c 	    bitmap_block_addr, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  824 uspace/lib/ext4/src/filesystem.c 	    bitmap_block_addr, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  884 uspace/lib/ext4/src/filesystem.c 		    BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD 1762 uspace/lib/ext4/src/filesystem.c 		    BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD 1802 uspace/lib/ext4/src/filesystem.c 			    BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD 1310 uspace/lib/ext4/src/ops.c 		flags = BLOCK_FLAGS_NOREAD;
BLOCK_FLAGS_NOREAD 1364 uspace/lib/ext4/src/ops.c 		flags = BLOCK_FLAGS_NOREAD;
BLOCK_FLAGS_NOREAD 1376 uspace/lib/ext4/src/ops.c 	if (flags == BLOCK_FLAGS_NOREAD)
BLOCK_FLAGS_NOREAD  495 uspace/srv/fs/exfat/exfat_fat.c 		    i, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  518 uspace/srv/fs/exfat/exfat_fat.c 		rc = exfat_block_get(&b, bs, nodep, i, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD 1502 uspace/srv/fs/exfat/exfat_ops.c 		flags |= BLOCK_FLAGS_NOREAD;
BLOCK_FLAGS_NOREAD  252 uspace/srv/fs/fat/fat_fat.c 		    BLOCK_FLAGS_NOREAD : BLOCK_FLAGS_NONE;
BLOCK_FLAGS_NOREAD  269 uspace/srv/fs/fat/fat_fat.c 		    NULL, (o - boundary) / BPS(bs), BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  890 uspace/srv/fs/fat/fat_fat.c 		    BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD 1359 uspace/srv/fs/fat/fat_ops.c 		flags |= BLOCK_FLAGS_NOREAD;
BLOCK_FLAGS_NOREAD  964 uspace/srv/fs/mfs/mfs_ops.c 		flags = BLOCK_FLAGS_NOREAD;
BLOCK_FLAGS_NOREAD  983 uspace/srv/fs/mfs/mfs_ops.c 		flags = BLOCK_FLAGS_NOREAD;
BLOCK_FLAGS_NOREAD  991 uspace/srv/fs/mfs/mfs_ops.c 	if (flags == BLOCK_FLAGS_NOREAD)
BLOCK_FLAGS_NOREAD  319 uspace/srv/fs/mfs/mfs_rw.c 	r = block_get(&b, inst->service_id, zone, BLOCK_FLAGS_NOREAD);
BLOCK_FLAGS_NOREAD  385 uspace/srv/fs/mfs/mfs_rw.c 	r = block_get(&b, inst->service_id, zone, BLOCK_FLAGS_NOREAD);
HelenOS homepage, sources at GitHub