Searched refs:disk (Results 126 - 150 of 179) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-tape.c115 * sharing a (fast) ATA-2 disk with any (slow) new ATAPI device.
480 struct gendisk *disk; member in struct:ide_tape_obj
713 #define ide_tape_g(disk) \
714 container_of((disk)->private_data, struct ide_tape_obj, driver)
716 static struct ide_tape_obj *ide_tape_get(struct gendisk *disk) argument
721 tape = ide_tape_g(disk);
1229 rq->rq_disk = tape->disk;
1486 rq->rq_disk = tape->disk;
2547 rq.rq_disk = tape->disk;
2770 rq.rq_disk = tape->disk;
4454 struct gendisk *disk = inode->i_bdev->bd_disk; local
4465 struct gendisk *disk = inode->i_bdev->bd_disk; local
[all...]
H A Dide-cd.h118 /* Space to hold the disk TOC. */
462 struct gendisk *disk; member in struct:cdrom_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acorn/block/
H A Dfd1772.c14 * - Autodetection of disk format (DD/HD); untested yet, because I
33 * the FDC1772 will otherwise wait forever when no disk is inserted...
37 * - Maybe a better strategy for disk change detection (does anyone
191 /*{ "D820", 10,1640, 0}, *//* DD disk with 82 tracks/10 sectors
199 * Maximum disk size (in kilobytes). This default is used whenever the
200 * current disk size is unknown.
211 struct archy_disk_type *disktype; /* current type of disk */
217 * (for disk change detection) */
479 /* Test again later; if tested too often, it seems there is no disk
481 * at least until a disk i
1133 check_floppy_change(struct gendisk *disk) argument
1155 floppy_revalidate(struct gendisk *disk) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dst.c310 return tape->disk->disk_name;
3566 i = scsi_cmd_ioctl(file, STp->disk, cmd_in, p);
3900 struct gendisk *disk = NULL;
3928 disk = alloc_disk(1);
3929 if (!disk) {
3979 tpnt->disk = disk;
3980 sprintf(disk->disk_name, "st%d", i);
3981 disk->private_data = &tpnt->driver;
3982 disk
3884 struct gendisk *disk = NULL; local
4153 struct gendisk *disk = tpnt->disk; local
[all...]
H A Dqlogicfas408.c43 #include <linux/blkdev.h> /* to get disk capacity */
473 int qlogicfas408_biosparam(struct scsi_device *disk, struct block_device *dev, argument
H A Dscsi_lib.c904 * read past the end of the disk.
1041 static int scsi_issue_flush_fn(request_queue_t *q, struct gendisk *disk, argument
1050 drv = *(struct scsi_driver **) disk->private_data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsize.c37 #include <sys/disk.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dtape.h201 struct gendisk * disk; member in struct:tape_blk_data
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c156 * the tray during call to "sbpcd_open" if no disk is in.
176 * your tray will eject if you try to mount without a disk in. Next
177 * mount command will insert the tray - so, just fill in a disk. ;-)
317 * TOC reread on automated disk changes
694 struct gendisk *disk; member in struct:sbpcd_drive
869 if (sta==0x06) return (-ERR_DISKCHANGE); /* disk change */
886 if (sta==0x11) return (-ERR_DISKCHANGE); /* disk change (LCS: removed) */
888 if (sta==0x12) return (-ERR_DISKCHANGE); /* disk change (inserted) */
1117 /* 2: closed, disk in */
1121 /* 3: closed, disk i
5180 sbpcd_block_media_changed(struct gendisk *disk) argument
5612 struct gendisk *disk; local
[all...]
H A Dgscd.c96 static int check_gscd_med_chg(struct gendisk *disk);
164 static int check_gscd_med_chg(struct gendisk *disk) argument
304 printk("GSCD: no disk or door open\n");
308 printk("GSCD: disk invalid\n");
336 * Open the device special file. Check that a disk is in.
353 printk("GSCD: no disk or door open\n");
H A Daztcd.c320 static int check_aztcd_media_change(struct gendisk *disk);
569 printk("aztcd: set disk type command: type= %i\n", type);
783 /*audio disk detection
786 (copy bit = 0), I assume, it's an audio disk. Strange, but works ??? */
938 at the end of the disk */
1118 static int check_aztcd_media_change(struct gendisk *disk) argument
1120 if (aztDiskChanged) { /* disk changed */
1590 * Open the device special file. Check that a disk is in.
1616 if ((st & AST_NOT_READY) || (st & AST_DSK_CHG)) { /*no disk in drive or changed */
2032 "aztcd: disk remove
[all...]
H A Doptcd.c30 Detection of disk change doesn't work.
216 #define COMIOCTLISTAT 0x22 /* Status Read; reset disk changed bit */
608 /* Get drive status, flagging completion of audio play and disk changes. */
962 /* Audio disk detection. Look at first track. */
1057 /* State machine for reading disk blocks */
1167 : "disk removed");
1860 /* Open device special file; check that a disk is in. */
1891 printk(KERN_INFO "optcd: no disk or door open\n");
1948 /* Check if disk has been changed */
1949 static int opt_media_change(struct gendisk *disk)
1936 opt_media_change(struct gendisk *disk) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dscsi_ioctl.c353 * @disk: gendisk to operate on (option)
360 * available it should be passed in as @disk to allow the low level
361 * driver to use the information contained in it. A non-NULL @disk
384 struct gendisk *disk, struct scsi_ioctl_command __user *sic)
471 blk_execute_rq(q, disk, rq, 0);
383 sg_scsi_ioctl(struct file *file, struct request_queue *q, struct gendisk *disk, struct scsi_ioctl_command __user *sic) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dblkdev.h627 extern int blk_register_queue(struct gendisk *disk);
628 extern void blk_unregister_queue(struct gendisk *disk);
H A Dfs.h1534 struct gendisk *disk, unsigned cmd,
1545 #define bd_claim_by_disk(bdev, holder, disk) bd_claim(bdev, holder)
1546 #define bd_release_from_disk(bdev, disk) bd_release(bdev)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Ddisk.c2 * kernel/power/disk.c - Suspend-to-disk support.
122 * Valid image is on the disk, if we continue we risk serious data
331 pr_debug("PM: Resume from disk failed.\n");
347 * disk - Control hibernation mode
349 * Suspend-to-disk can be handled in several ways. We have a few options
439 pr_debug("PM: suspend-to-disk mode set to '%s'\n",
445 power_attr(disk); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_srvsvc_nt.c1489 /* fail out now if you are not root and not a disk op */
1557 /* We can only modify disk shares. */
1712 /* We can only add disk shares. */
2150 const char *disk; local
2155 disk = server_disks[*resume];
2159 DEBUG(10, ("next_server_disk_enum: reporting disk %s. resume handle %d.\n", disk, *resume));
2161 return disk;
2189 /*copy disk name into a unicode string*/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputils.tcl129 # The default for replication testing is for logs to be on-disk.
130 # Mixed-mode log testing provides a mixture of on-disk and
134 # selecting whether the later clients are on-disk or in-memory.
148 set logmode "on-disk"
159 set set1 {on-disk on-disk}
160 set set2 {on-disk in-memory}
161 set set3 {in-memory on-disk}
169 lappend $set "on-disk"
663 # run_repmethod) that they can consume far too much disk spac
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd.c229 * (a fake disk was already added to allow formatting).
244 /* make disk known with correct capacity */
257 * and if it is create fake disk for formatting.
1831 struct gendisk *disk = inp->i_bdev->bd_disk; local
1832 struct dasd_device *device = disk->private_data;
1872 struct gendisk *disk = inp->i_bdev->bd_disk; local
1873 struct dasd_device *device = disk->private_data;
1881 * Return disk geometry.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Draid0.c43 static int raid0_issue_flush(request_queue_t *q, struct gendisk *disk, argument
152 printk("raid0: bad disk number %d - aborting!\n", j);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Ditem_ops.c732 #error Item types must use disk-format assigned values.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1751 Flushes any cached buffers to disk.
1944 read from disk and cached in memory.
1958 all cached data to disk and releasing the database lock. At this point
1959 the database on disk will correctly reflect the changes made by process
1964 initial buffer. Once that data gets flushed to disk it will overwrite
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c73 * disk types.
87 * opposite side of the disk, leaving the sector IDs alone (i.e. Commodore's
152 #define DCL_DEBUG /* debug disk change line */
339 * Maximum disk size (in kilobytes). This default is used whenever the
340 * current disk size is unknown.
377 | | | | | | | Spindown offset (where disk stops)
407 * Frequency of disk change checks */
424 * tells if the disk is in Commodore 1581 format, which means side 0 sectors
425 * are located on side 1 of the disk but with a side 0 ID, and vice-versa.
426 * This is the same as the Sharp MZ-80 5.25" CP/M disk forma
3769 check_floppy_change(struct gendisk *disk) argument
3852 floppy_revalidate(struct gendisk *disk) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptbase.c4274 int disk; local
4281 disk = pRaidEventData->PhysDiskNum;
4294 ioc->name, disk, volume);
4337 ioc->name, disk);
4383 ioc->name, disk);
4393 ioc->name, disk);
4801 * mpt_raid_phys_disk_pg0 - returns phys disk page zero
4803 * @phys_disk_num: io unit unique phys disk num generated by the ioc
4962 /* There is at least one physical disk.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm9 ; backing store manager (jmemdos.c). Routines are provided to access disk

Completed in 513 milliseconds

12345678