/linux/drivers/cdrom/ |
A D | cdrom.c | 1003 tracks->data = 0; in cdrom_count_tracks() 1004 tracks->audio = 0; in cdrom_count_tracks() 1005 tracks->cdi = 0; in cdrom_count_tracks() 1006 tracks->xa = 0; in cdrom_count_tracks() 1034 tracks->cdi++; in cdrom_count_tracks() 1036 tracks->xa++; in cdrom_count_tracks() 1046 header.cdth_trk1, tracks->audio, tracks->data, in cdrom_count_tracks() 1047 tracks->cdi, tracks->xa); in cdrom_count_tracks() 1055 tracktype tracks; in open_for_data() local 1218 tracktype tracks; in check_for_audio_disc() local [all …]
|
/linux/drivers/block/ |
A D | amiflop.c | 178 unsigned int tracks; /* number of tracks */ member 528 for (n = unit[drive].type->tracks/2; n != 0; --n) { in fd_calibrate() 540 n = unit[drive].type->tracks + 20; in fd_calibrate() 1531 geo->cylinders = unit[drive].type->tracks; in fd_getgeo() 1563 if (param < p->type->tracks * p->type->heads) in fd_locked_ioctl() 1583 getprm.track=p->type->tracks; in fd_locked_ioctl() 1701 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
|
A D | floppy.c | 2235 _floppy->track > drive_params[current_drive].tracks || in do_format() 3206 g->track <= 0 || g->track > drive_params[drive].tracks >> STRETCH(g) || in set_geometry() 3574 unsigned char tracks; member 3707 drive_params[drive].tracks = v.tracks; in compat_setdrvprm() 3738 v.tracks = drive_params[drive].tracks; in compat_getdrvprm()
|
/linux/Documentation/filesystems/ext4/ |
A D | bitmaps.rst | 6 The data block bitmap tracks the usage of data blocks within the block
|
A D | orphan.rst | 14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
|
A D | super.rst | 438 - Inode that tracks project quotas. 722 - Filesystem tracks project quotas. (RO\_COMPAT\_PROJECT)
|
/linux/Documentation/virt/kvm/devices/ |
A D | vfio.rst | 12 tracks VFIO groups in use by the VM and features of those groups
|
/linux/Documentation/RCU/Design/Data-Structures/ |
A D | Data-Structures.rst | 155 ``rcu_node`` and ``rcu_data`` structures, tracks grace periods, 157 events, maintains ``rcu_barrier()`` state, tracks expedited 174 detection and RCU callback queuing. It also tracks its relationship 181 and also tracks statistics. 197 between the ``rcu_node`` and ``rcu_data`` structures, tracks grace 300 The ``->gp_max`` field tracks the duration of the longest grace period 430 The ``->qsmask`` field tracks which of this ``rcu_node`` structure's 435 Similarly, the ``->expmask`` field tracks which of this ``rcu_node`` 442 tens of microseconds. The ``->qsmaskinit`` field tracks which of this 489 know that the ``rcu_node`` structure tracks them. [all …]
|
/linux/include/uapi/linux/ |
A D | fd.h | 146 unsigned char tracks; /* maximum number of tracks */ member
|
/linux/Documentation/filesystems/nfs/ |
A D | knfsd-stats.rst | 67 The circumstance this statistic tracks indicates that there was NFS 82 This statistic tracks the circumstance where incoming
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | vidioc-g-modulator.rst | 167 tracks. When the input has three channels the mono track is a 173 channel it is used for all audio tracks. It is not possible to
|
/linux/Documentation/cdrom/ |
A D | cdrom-standard.rst | 509 reading audio tracks as data, I believe this is because of protection 510 of copyrights of artists. Moreover, I think that if audio-tracks are 942 also very common for CDs to have some tracks with data, and some 943 tracks with audio. Because this is an existing interface, rather 947 follows: If the CD in question has audio tracks on it, and it has 948 absolutely no CD-I, XA, or data tracks on it, it will be reported 949 as *CDS_AUDIO*. If it has both audio and data tracks, it will 950 return *CDS_MIXED*. If there are no audio tracks on the disc, and 951 if the CD in question has any CD-I tracks on it, it will be 953 has any XA tracks on it, it will be reported as *CDS_XA_2_1*. [all …]
|
A D | ide-cd.rst | 25 - Reading from data tracks, and mounting ISO 9660 filesystems. 27 - Playing audio tracks. Most of the CDROM player programs floating 33 from audio tracks. The program cdda2wav can be used for this.
|
/linux/Documentation/vm/ |
A D | page_frags.rst | 20 and tracks allows multiple calls to make use of a cached page. The
|
/linux/Documentation/userspace-api/ioctl/ |
A D | cdrom.rst | 943 very common for CDs to have some tracks with data, and some 944 tracks with audio. Just because I feel like it, I declare 946 ANY data tracks on it, it will be returned as a data CD. 947 If it has any XA tracks, I will return it as that. Now I
|
/linux/Documentation/admin-guide/ |
A D | filesystem-monitoring.rst | 67 `error_count` tracks the number of errors that occurred and were
|
A D | rtc.rst | 6 something that tracks wall clock time and is battery backed so that it
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | pids.rst | 34 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | cache-policies.rst | 97 away. In addition it tracks performance of the hotspot queue, which
|
/linux/Documentation/locking/ |
A D | lockstat.rst | 80 It also tracks 4 contention points per class. A contention point is a call site
|
A D | lockdep-design.rst | 19 The validator tracks the 'usage state' of lock-classes, and it tracks 41 The validator tracks lock-class usage history and divides the usage into 339 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of lock classes.
|
/linux/arch/m68k/include/asm/ |
A D | atarihw.h | 383 u_char tracks; member
|
/linux/Documentation/x86/ |
A D | pat.rst | 112 In addition, step 2 internally tracks the region as UC or WC in memtype
|
A D | orc-unwinder.rst | 86 end up having to track all the registers DWARF tracks, at least we will
|
/linux/Documentation/driver-api/ |
A D | scsi.rst | 126 Manage scsi_dev_info_list, which tracks blacklisted and whitelisted
|