Searched refs:_file (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/jfs/ |
| H A D | jfs_dinode.h | 96 #define di_gengen u._file._u1._imap._gengen 122 } _file; member 123 #define di_xtroot u._file._u2._xtroot 124 #define di_dxd u._file._u2._special._dxd 126 #define di_inlinedata u._file._u2._special._u 127 #define di_rdev u._file._u2._special._u._rdev 128 #define di_fastsymlink u._file._u2._special._u._fastsymlink 129 #define di_inlineea u._file._u2._special._inlineea 130 #define di_inline_all u._file._u2._special._inline_all
|
| /linux-6.15/rust/kernel/ |
| H A D | miscdevice.rs | 115 fn open(_file: &File, _misc: &MiscDeviceRegistration<Self>) -> Result<Self::Ptr>; in open() 118 fn release(device: Self::Ptr, _file: &File) { in release() 129 _file: &File, in ioctl() 146 _file: &File, in compat_ioctl() 157 _file: &File, in show_fdinfo()
|
| /linux-6.15/samples/rust/ |
| H A D | rust_misc_device.rs | 160 fn open(_file: &File, misc: &MiscDeviceRegistration<Self>) -> Result<Pin<KBox<Self>>> { in open() 176 fn ioctl(me: Pin<&RustMiscDevice>, _file: &File, cmd: u32, arg: usize) -> Result<isize> { in ioctl()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_debugfs_params.c | 15 #define MATCH_DEBUGFS_NODE_NAME(_file, _name) \ argument 16 (strcmp((_file)->f_path.dentry->d_name.name, (_name)) == 0)
|
| /linux-6.15/scripts/ |
| H A D | checkkconfigsymbols.py | 355 for _file, symbols in referenced_symbols.items(): 358 inv_map[symbol].add(_file)
|