| /kernel/linux/linux-5.10/drivers/staging/gdm724x/ |
| H A D | gdm_tty.c | 86 static int gdm_tty_open(struct tty_struct *tty, struct file *filp) in gdm_tty_open() 107 static void gdm_tty_close(struct tty_struct *tty, struct file *filp) in gdm_tty_close()
|
| /kernel/linux/linux-5.10/fs/hmdfs/ |
| H A D | inode.c | 289 * @cloud_id: cloud file record id 348 void hmdfs_update_upper_file(struct file *upper_file, struct file *lower_file) in hmdfs_update_upper_file()
|
| /kernel/linux/linux-6.6/drivers/base/ |
| H A D | devcoredump.c | 111 static ssize_t devcd_data_read(struct file *filp, struct kobject *kobj, in devcd_data_read() 121 static ssize_t devcd_data_write(struct file *filp, struct kobject *kobj, in devcd_data_write()
|
| /kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
| H A D | sysfs.c | 141 * firmware_loading_store() - set value in the 'loading' control file 261 static ssize_t firmware_data_read(struct file *filp, struct kobject *kobj, in firmware_data_read() 308 * @filp: open sysfs file 318 static ssize_t firmware_data_write(struct file *filp, struct kobject *kobj, in firmware_data_write()
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | messages.h | 173 #define btrfs_assertfail(expr, file, line) ({ \ 174 pr_err("assertion failed: %s, in %s:%d\n", (expr), (file), (line)); \
|
| /kernel/linux/linux-6.6/fs/ext4/ |
| H A D | verity.c | 12 * the end of the file, starting at the first 64K boundary beyond i_size. This 19 * encrypted when the file is, since it contains hashes of the plaintext data. 65 * kernel_write() can't be used because the file descriptor is readonly. 102 static int ext4_begin_enable_verity(struct file *filp) in ext4_begin_enable_verity() 116 * Since the file was opened readonly, we have to initialize the jbd in ext4_begin_enable_verity() 191 static int ext4_end_enable_verity(struct file *filp, const void *desc, in ext4_end_enable_verity() 288 EXT4_ERROR_INODE(inode, "verity file doesn't use extents"); in ext4_get_verity_descriptor_location() 298 EXT4_ERROR_INODE(inode, "verity file has no extents"); in ext4_get_verity_descriptor_location() 335 EXT4_ERROR_INODE(inode, "verity file corrupted; can't find descriptor"); in ext4_get_verity_descriptor_location()
|
| /kernel/linux/linux-6.6/fs/hmdfs/ |
| H A D | inode.c | 289 * @cloud_id: cloud file record id 348 void hmdfs_update_upper_file(struct file *upper_file, struct file *lower_file) in hmdfs_update_upper_file()
|
| /kernel/linux/linux-6.6/fs/pstore/ |
| H A D | blk.c | 18 #include <linux/file.h> 72 static struct file *psblk_file; 261 * During early boot the real root file system hasn't been in early_boot_devpath() 264 * the root file system. in early_boot_devpath()
|
| /kernel/linux/linux-6.6/fs/efs/ |
| H A D | inode.c | 17 static int efs_read_folio(struct file *file, struct folio *folio) in efs_read_folio() argument 111 /* this is the number of blocks in the file */ in efs_iget() 187 * given an extent and a logical block within a file, in efs_extent_check()
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | psp-sev.h | 558 * sev_issue_cmd_external_user - issue SEV command by other driver with a file 562 * behalf of userspace. The caller must pass a valid SEV file descriptor 565 * @filep - SEV device file pointer 576 * -%EINVAL if the SEV file descriptor is not valid 578 int sev_issue_cmd_external_user(struct file *filep, unsigned int id, 661 sev_issue_cmd_external_user(struct file *filep, unsigned int id, void *data, int *error) { return -ENODEV; } in sev_issue_cmd_external_user()
|
| H A D | iomap.h | 35 * Flags reported by the file system from iomap_begin: 43 * completion, such as file size updates from direct IO. 51 * IOMAP_F_BUFFER_HEAD indicates that the file system requires the use of 55 * rather than a file data extent. 71 * IOMAP_F_SIZE_CHANGED indicates to the iomap_end method that the file size 74 * IOMAP_F_STALE indicates that the iomap is not valid any longer and the file 82 * Flags from 0x1000 up are for file system specific usage: 96 loff_t offset; /* file offset of mapping, bytes */ 159 * This is called with the folio over the specified file position held 203 * struct iomap_iter - Iterate through a range of a file [all...] |
| H A D | dcache.h | 19 struct file; 203 #define DCACHE_REGULAR_TYPE 0x00400000 /* Regular file type (or fallthru to such) */ 204 #define DCACHE_SPECIAL_TYPE 0x00500000 /* Other file type (or fallthru to such) */ 254 extern void d_tmpfile(struct file *, struct inode *); 536 * if this dentry were to be opened as a file. The inode may be on the upper 553 * will be used if this dentry were opened as a file. It may be the upper
|
| H A D | dax.h | 70 * Check if given mapping is supported by the file / underlying device. 255 int dax_remap_file_range_prep(struct file *file_in, loff_t pos_in, 256 struct file *file_out, loff_t pos_out,
|
| H A D | vdpa.h | 123 * struct vdpa_map_file - file area for device memory mapping 124 * @file: vma->vm_file for the mapping 128 struct file *file; member
|
| H A D | quotaops.h | 96 int dquot_file_open(struct inode *inode, struct file *file);
|
| /kernel/linux/linux-6.6/include/media/ |
| H A D | videobuf2-core.h | 170 * @m.fd: when memory is %VB2_MEMORY_DMABUF, a userspace file 580 * @fileio: file io emulator internal data, used only if emulator is active 881 * would be passing (file->f_flags & O_NONBLOCK) here. 929 * vb2_core_expbuf() - Export a buffer as a file descriptor. 931 * @fd: pointer to the file descriptor associated with DMABUF 936 * @flags: file flags for newly created file, as defined at 995 * to the mmap file operation handler in the driver. 997 * Should be called from mmap file operation handler of a driver. 1041 * @file [all...] |
| /kernel/linux/linux-6.6/drivers/staging/gdm724x/ |
| H A D | gdm_tty.c | 83 static int gdm_tty_open(struct tty_struct *tty, struct file *filp) in gdm_tty_open() 104 static void gdm_tty_close(struct tty_struct *tty, struct file *filp) in gdm_tty_close()
|
| /kernel/linux/linux-6.6/drivers/platform/x86/intel/pmt/ |
| H A D | class.c | 65 intel_pmt_read(struct file *filp, struct kobject *kobj, in intel_pmt_read() 92 intel_pmt_mmap(struct file *filp, struct kobject *kobj, in intel_pmt_mmap() 268 /* if size is 0 assume no data buffer, so no file needed */ in intel_pmt_dev_register()
|
| /kernel/linux/linux-6.6/drivers/rapidio/ |
| H A D | rio-sysfs.c | 116 rio_read_config(struct file *filp, struct kobject *kobj, in rio_read_config() 187 rio_write_config(struct file *filp, struct kobject *kobj, in rio_write_config()
|
| /kernel/linux/linux-6.6/drivers/usb/usbip/ |
| H A D | vudc_sysfs.c | 69 static ssize_t dev_desc_read(struct file *file, struct kobject *kobj, in dev_desc_read() argument
|
| /kernel/linux/linux-6.6/drivers/char/ |
| H A D | toshiba.c | 79 static long tosh_ioctl(struct file *, unsigned int, 244 static long tosh_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in tosh_ioctl() 492 /* register the device file */ in toshiba_init()
|
| H A D | bsr.c | 114 static int bsr_mmap(struct file *filp, struct vm_area_struct *vma) in bsr_mmap() 139 static int bsr_open(struct inode *inode, struct file *filp) in bsr_open()
|
| /kernel/linux/linux-6.6/drivers/firmware/google/ |
| H A D | vpd.c | 58 static ssize_t vpd_attrib_read(struct file *filp, struct kobject *kobp, in vpd_attrib_read() 158 static ssize_t vpd_section_read(struct file *filp, struct kobject *kobp, in vpd_section_read()
|
| /kernel/linux/linux-6.6/kernel/module/ |
| H A D | stats.c | 38 * b) module decompression processes the file read from 273 static ssize_t read_file_mod_stats(struct file *file, char __user *user_buf, in read_file_mod_stats() argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | ksysfs.c | 30 static ssize_t boot_params_data_read(struct file *fp, struct kobject *kobj, in boot_params_data_read() 173 static ssize_t setup_data_data_read(struct file *fp, in setup_data_data_read()
|