/linux-6.12.1/drivers/cdrom/ |
D | cdrom.c | 983 static void cdrom_count_tracks(struct cdrom_device_info *cdi, tracktype *tracks) in cdrom_count_tracks() argument 988 tracks->data = 0; in cdrom_count_tracks() 989 tracks->audio = 0; in cdrom_count_tracks() 990 tracks->cdi = 0; in cdrom_count_tracks() 991 tracks->xa = 0; in cdrom_count_tracks() 992 tracks->error = 0; in cdrom_count_tracks() 996 tracks->error = CDS_NO_INFO; in cdrom_count_tracks() 1004 tracks->error = CDS_NO_DISC; in cdrom_count_tracks() 1006 tracks->error = CDS_NO_INFO; in cdrom_count_tracks() 1014 tracks->error = CDS_NO_INFO; in cdrom_count_tracks() [all …]
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | bitmaps.rst | 6 The data block bitmap tracks the usage of data blocks within the block
|
D | orphan.rst | 14 Traditionally ext4 tracks orphan inodes in a form of single linked list where
|
/linux-6.12.1/drivers/block/ |
D | amiflop.c | 178 unsigned int tracks; /* number of tracks */ member 529 for (n = unit[drive].type->tracks/2; n != 0; --n) { in fd_calibrate() 541 n = unit[drive].type->tracks + 20; in fd_calibrate() 1532 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() 1699 unit[drive].blocks=unit[drive].type->heads*unit[drive].type->tracks* in floppy_open()
|
D | floppy.c | 2237 _floppy->track > drive_params[current_drive].tracks || in do_format() 3239 g->track <= 0 || g->track > drive_params[drive].tracks >> STRETCH(g) || in set_geometry() 3599 unsigned char tracks; member 3732 drive_params[drive].tracks = v.tracks; in compat_setdrvprm() 3763 v.tracks = drive_params[drive].tracks; in compat_getdrvprm()
|
/linux-6.12.1/include/uapi/linux/ |
D | fd.h | 146 unsigned char tracks; /* maximum number of tracks */ member
|
/linux-6.12.1/Documentation/RCU/Design/Data-Structures/ |
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-6.12.1/Documentation/virt/kvm/devices/ |
D | vfio.rst | 12 tracks VFIO files (group or device) in use by the VM and features
|
/linux-6.12.1/Documentation/filesystems/nfs/ |
D | knfsd-stats.rst | 67 The circumstance this statistic tracks indicates that there was NFS 82 This statistic tracks the circumstance where incoming
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
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-6.12.1/Documentation/mm/ |
D | page_frags.rst | 18 and tracks allows multiple calls to make use of a cached page. The
|
/linux-6.12.1/Documentation/cdrom/ |
D | cdrom-standard.rst | 499 reading audio tracks as data, I believe this is because of protection 500 of copyrights of artists. Moreover, I think that if audio-tracks are 709 set, that it contains tracks of type `data mode 1`. Only if all tests 932 also very common for CDs to have some tracks with data, and some 933 tracks with audio. Because this is an existing interface, rather 937 follows: If the CD in question has audio tracks on it, and it has 938 absolutely no CD-I, XA, or data tracks on it, it will be reported 939 as *CDS_AUDIO*. If it has both audio and data tracks, it will 940 return *CDS_MIXED*. If there are no audio tracks on the disc, and 941 if the CD in question has any CD-I tracks on it, it will be [all …]
|
/linux-6.12.1/Documentation/userspace-api/ioctl/ |
D | cdrom.rst | 949 very common for CDs to have some tracks with data, and some 950 tracks with audio. Just because I feel like it, I declare 952 ANY data tracks on it, it will be returned as a data CD. 953 If it has any XA tracks, I will return it as that. Now I
|
/linux-6.12.1/Documentation/core-api/ |
D | kernel-api.rst | 243 dup_failed_modules - tracks duplicate failed modules 247 :doc: dup_failed_modules - tracks duplicate failed modules
|
/linux-6.12.1/Documentation/admin-guide/ |
D | filesystem-monitoring.rst | 67 `error_count` tracks the number of errors that occurred and were
|
/linux-6.12.1/drivers/block/zram/ |
D | Kconfig | 124 With this feature zram tracks access time of every stored
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 34 pids.current tracks all child cgroup hierarchies, so parent/pids.current is a
|
/linux-6.12.1/Documentation/driver-api/firmware/ |
D | fw_upload.rst | 126 * remaining_size - tracks the data transfer portion of an update
|
/linux-6.12.1/Documentation/locking/ |
D | lockstat.rst | 80 It also tracks 4 contention points per class. A contention point is a call site
|
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-6.12.1/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 97 away. In addition it tracks performance of the hotspot queue, which
|
/linux-6.12.1/Documentation/driver-api/cxl/ |
D | maturity-map.rst | 8 The Linux CXL subsystem tracks the dynamic `CXL specification
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-dax | 79 (RO) The available_size attribute tracks available dax region
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | atarihw.h | 383 u_char tracks; member
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | operations.rst | 144 tracks the per-fsblock uptodate and dirty state itself. 149 iomap internally tracks two state bits per fsblock: 162 iomap also tracks the amount of read and write disk IOs that are in
|