| /linux-6.15/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 22 :File: ``mode`` (rw) 39 :File: ``reset`` (wo) 62 :File: ``cpu`` (ro) 74 :File: ``ts_source`` (ro) 88 :File: ``addr_idx`` (rw) 137 :File: ``addr_start`` (rw) 315 :File: ``bb_ctrl`` (rw) 382 :File: ``nr_cntr`` (ro) 411 :File: ``ctxid_masks`` (rw) 512 :File: ``event`` (rw) [all …]
|
| H A D | coresight-tpdm.rst | 23 :File: ``enable_source`` (RW) 34 :File: ``integration_test`` (wo)
|
| /linux-6.15/rust/kernel/fs/ |
| H A D | file.rs | 179 pub struct File { struct 185 unsafe impl Send for File {} argument 189 unsafe impl Sync for File {} implementation 193 unsafe impl AlwaysRefCounted for File { implementation 201 unsafe fn dec_ref(obj: ptr::NonNull<File>) { in dec_ref() argument 297 pub unsafe fn assume_no_fdget_pos(me: ARef<LocalFile>) -> ARef<File> { in assume_no_fdget_pos() argument 338 impl File { impl 348 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a File { in from_raw_file() argument 358 impl core::ops::Deref for File { implementation 367 unsafe { LocalFile::from_raw_file(self as *const File as *const bindings::file) } in deref() constant [all …]
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | blocks.rst | 38 * - File System Size 58 * - Blocks Per File, Extents 63 * - Blocks Per File, Block Maps 68 * - File Size, Extents 73 * - File Size, Block Maps 100 * - File System Size 120 * - Blocks Per File, Extents 125 * - Blocks Per File, Block Maps 130 * - File Size, Extents 135 * - File Size, Block Maps
|
| H A D | inodes.rst | 43 - File mode. See the table i_mode_ below. 116 - File version (for NFS). 161 - File creation time, in seconds since the epoch. 242 - File is compressed (EXT4_COMPR_FL). (not really implemented) 246 - File is immutable (EXT4_IMMUTABLE_FL). 248 - File can only be appended (EXT4_APPEND_FL). 256 - File has one or more compressed clusters (EXT4_COMPRBLK_FL). (not used) 267 - File data must always be written through the journal 270 - File tail should not be merged (EXT4_NOTAIL_FL). (not used by ext4)
|
| /linux-6.15/rust/kernel/ |
| H A D | miscdevice.rs | 16 fs::File, 115 fn open(_file: &File, _misc: &MiscDeviceRegistration<Self>) -> Result<Self::Ptr>; in open() argument 118 fn release(device: Self::Ptr, _file: &File) { in release() argument 129 _file: &File, in ioctl() argument 146 _file: &File, in compat_ioctl() argument 157 _file: &File, in show_fdinfo() argument 190 let file = unsafe { File::from_raw_file(raw_file) }; in open() 221 T::release(ptr, unsafe { File::from_raw_file(file) }); in release() 238 let file = unsafe { File::from_raw_file(file) }; in ioctl() 263 let file = unsafe { File::from_raw_file(file) }; in compat_ioctl() [all …]
|
| H A D | fs.rs | 8 pub use self::file::{File, LocalFile};
|
| /linux-6.15/scripts/ |
| H A D | rustdoc_test_gen.rs | 33 fs::File, 156 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main() 224 BufWriter::new(File::create("rust/doctests_kernel_generated.rs").unwrap()), in main() 235 BufWriter::new(File::create("rust/doctests_kernel_generated_kunit.c").unwrap()), in main()
|
| H A D | leaking_addresses.pl | 24 use File::Basename; 25 use File::Spec; 26 use File::Temp qw/tempfile/;
|
| /linux-6.15/samples/rust/ |
| H A D | rust_misc_device.rs | 103 fs::File, 160 fn open(_file: &File, misc: &MiscDeviceRegistration<Self>) -> Result<Pin<KBox<Self>>> { in open() argument 176 fn ioctl(me: Pin<&RustMiscDevice>, _file: &File, cmd: u32, arg: usize) -> Result<isize> { in ioctl() argument
|
| /linux-6.15/rust/kernel/sync/ |
| H A D | poll.rs | 9 fs::File, 66 pub fn register_wait(&mut self, file: &File, cv: &PollCondVar) { in register_wait() argument
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_audio.rst | 582 - :cspan:`1` File descriptor returned by a previous call 635 - :cspan:`1` File descriptor returned by a previous call 688 - :cspan:`1` File descriptor returned by a previous call 750 - :cspan:`1` File descriptor returned by a previous call 824 - :cspan:`1` File descriptor returned by a previous call 895 - :cspan:`1` File descriptor returned by a previous call 969 - :cspan:`1` File descriptor returned by a previous call 1031 - :cspan:`1` File descriptor returned by a previous call 1090 - :cspan:`1` File descriptor returned by a previous call 1149 - :cspan:`1` File descriptor returned by a previous call [all …]
|
| H A D | legacy_dvb_video.rst | 831 - :cspan:`1` File descriptor returned by a previous call 905 - :cspan:`1` File descriptor returned by a previous call 960 - :cspan:`1` File descriptor returned by a previous call 1020 - :cspan:`1` File descriptor returned by a previous call 1075 - :cspan:`1` File descriptor returned by a previous call 1144 - :cspan:`1` File descriptor returned by a previous call 1214 - :cspan:`1` File descriptor returned by a previous call 1273 - :cspan:`1` File descriptor returned by a previous call 1362 - :cspan:`1` File descriptor returned by a previous call 1421 - :cspan:`1` File descriptor returned by a previous call [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-prepare-buf.rst | 26 File descriptor returned by :c:func:`open()`. 51 File I/O is in progress.
|
| H A D | func-select.rst | 33 File descriptions to be watched if a read() call won't block. 36 File descriptions to be watched if a write() won't block. 39 File descriptions to be watched for V4L2 events.
|
| H A D | videodev.rst | 6 Video For Linux Two Header File
|
| /linux-6.15/fs/afs/ |
| H A D | Kconfig | 3 tristate "Andrew File System support (AFS)" 9 If you say Y here, you will get an experimental Andrew File System
|
| /linux-6.15/Documentation/admin-guide/hw-vuln/ |
| H A D | reg-file-data-sampling.rst | 2 Register File Data Sampling (RFDS) 5 Register File Data Sampling (RFDS) is a microarchitectural vulnerability that 89 * - 'Mitigation: Clear Register File'
|
| /linux-6.15/drivers/dma-buf/ |
| H A D | Kconfig | 9 The Sync File Framework adds explicit synchronization via 11 userspace via Sync File fds for synchronization between drivers via 21 bool "Sync File Validation Framework"
|
| /linux-6.15/Documentation/driver-api/early-userspace/ |
| H A D | buffer-format.rst | 59 c_ino 8 bytes File inode number 60 c_mode 8 bytes File mode and permissions 61 c_uid 8 bytes File uid 62 c_gid 8 bytes File gid
|
| /linux-6.15/arch/powerpc/boot/dts/fsl/ |
| H A D | p1023rdb.dts | 114 /* 48MB for Root File System */ 116 label = "NOR Root File System"; 168 /* 96MB for Root File System Image */ 170 label = "NAND Root File System";
|
| H A D | p1020rdb-pd.dts | 76 label = "NOR Root File System"; 125 /* 122MB for File System Image */ 127 label = "NAND File System Image"; 185 label = "SPI File System Image";
|
| /linux-6.15/Documentation/userspace-api/media/cec/ |
| H A D | cec-header.rst | 6 CEC Header File
|
| /linux-6.15/Documentation/userspace-api/media/mediactl/ |
| H A D | media-header.rst | 6 Media Controller Header File
|
| /linux-6.15/Documentation/userspace-api/media/rc/ |
| H A D | lirc-header.rst | 6 LIRC Header File
|