| /linux/drivers/gpu/drm/nova/ |
| H A D | file.rs | 13 pub(crate) struct File; struct 15 impl drm::file::DriverFile for File { implementation 23 impl File { impl 28 _file: &drm::File<File>, in get_param() argument 48 file: &drm::File<File>, in gem_create() argument 61 file: &drm::File<File>, in gem_info() argument
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 22 :File: ``mode`` (rw) 39 :File: ``reset`` (wo) 49 :File: ``enable_source`` (wo) 62 :File: ``cpu`` (ro) 74 :File: ``ts_source`` (ro) 88 :File: ``addr_idx`` (rw) 101 :File: ``addr_range`` (rw) 124 :File: ``addr_single`` (rw) 137 :File: ``addr_start`` (rw) 149 :File: ``addr_stop`` (rw) [all …]
|
| H A D | coresight-tpdm.rst | 23 :File: ``enable_source`` (RW) 34 :File: ``integration_test`` (wo)
|
| /linux/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 | directory.rst | 59 - File name. 91 - File type code, see ftype_ table below. 95 - File name. 180 - File type, which must be 0xDE. 262 - File type of this entry, 0x2 (directory) (if the feature flag is set). 283 - File type of this entry, 0x2 (directory) (if the feature flag is set).
|
| /linux/rust/kernel/fs/ |
| H A D | file.rs | 186 pub struct File { struct 192 unsafe impl Send for File {} argument 196 unsafe impl Sync for File {} implementation 200 unsafe impl AlwaysRefCounted for File { implementation 208 unsafe fn dec_ref(obj: ptr::NonNull<File>) { in dec_ref() argument 306 pub unsafe fn assume_no_fdget_pos(me: ARef<LocalFile>) -> ARef<File> { in assume_no_fdget_pos() argument 347 impl File { implementation 357 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a File { in from_raw_file() argument 367 impl core::ops::Deref for File { implementation 427 pub fn fd_install(self, file: ARef<File>) { in fd_install() argument
|
| /linux/rust/syn/ |
| H A D | file.rs | 81 pub struct File { 92 use crate::file::File; 96 impl Parse for File { implementation 98 Ok(File { in parse() 116 use crate::file::File; 121 impl ToTokens for File { implementation
|
| /linux/samples/rust/ |
| H A D | rust_debugfs.rs | 39 File, // 73 _compatible: File<CString>, 75 counter: File<Atomic<usize>>, 77 inner: File<Mutex<Inner>>, 79 array_blob: File<Mutex<[u8; 4]>>, in from_str() 81 vector_blob: File<Mutex<KVec<u8>>>, in from_str() 141 fn build_counter(dir: &Dir) -> impl PinInit<File<Atomic<usize>>> + '_ { in new() 145 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in new()
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 103 ) -> impl PinInit<File<T>, E> + 'a 118 File { 169 ) -> impl PinInit<File<T>, E> + 'a 195 ) -> impl PinInit<File<T>, E> + 'a 237 ) -> impl PinInit<File<T>, E> + 'a 254 ) -> impl PinInit<File<T>, E> + 'a 270 ) -> impl PinInit<File<T>, E> + 'a in read_write_callback_file() 290 ) -> impl PinInit<File<T>, E> + 'a in write_only_file() 308 /// The file is removed when the returned [`File`] is dropped. in write_binary_file() 313 ) -> impl PinInit<File< 404 pub struct File<T> { global() struct 406 scopeFile global() argument 485 impl<T> Deref for File<T> { global() implementation [all...] |
| /linux/scripts/ |
| H A D | rustdoc_test_gen.rs | 33 fs::File, 157 File::open(path).unwrap().read_to_string(&mut body).unwrap(); in main() 230 BufWriter::new(File::create("rust/doctests_kernel_generated.rs").unwrap()), in main() 241 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/rust/kernel/sync/ |
| H A D | poll.rs | 9 fs::File, 52 pub fn register_wait(&self, file: &File, cv: &PollCondVar) { in register_wait() argument
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-ayaneo-ec | 8 turn on, 0 to turn off. File is readable and writable. 17 File is read-only. The Windows software for this device
|
| /linux/Documentation/userspace-api/media/dvb/ |
| 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 …]
|
| H A D | ca-fclose.rst | 24 File descriptor returned by a previous call to :c:func:`open()`.
|
| /linux/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.
|
| /linux/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/Documentation/filesystems/ |
| H A D | affs.rst | 15 DOS\1 The original Fast File System. Supported read/write. 22 DOS\3 The "international" Fast File System. Supported read/write. 29 DOS\5 The Fast File System with directory cache. Supported read only. 38 The muFS (multi user File System) equivalents of the above file systems 231 You cannot execute programs on an OFS (Old File System), since the
|
| H A D | hfs.rst | 11 HFS stands for ``Hierarchical File System`` and is the filesystem used 13 models used MFS (``Macintosh File System``), which is not supported,
|
| /linux/usr/include/ |
| H A D | headers_check.pl | 23 use File::Basename;
|
| /linux/Documentation/admin-guide/ |
| H A D | filesystem-monitoring.rst | 4 File system Monitoring with fanotify 7 File system Error Reporting
|
| /linux/Documentation/security/keys/ |
| H A D | ecryptfs.rst | 6 file using a randomly generated File Encryption Key (FEK). 8 Each FEK is in turn encrypted with a File Encryption Key Encryption Key (FEKEK)
|
| /linux/fs/ |
| H A D | Kconfig | 3 # File system configuration 6 menu "File systems" 59 bool "File system based Direct Access (DAX) support" 319 # UBIFS File system configuration 339 bool "Network File Systems"
|