Home
last modified time | relevance | path

Searched refs:file (Results 4751 - 4775 of 8928) sorted by relevance

1...<<191192193194195196197198199200>>...358

/kernel/linux/linux-5.10/drivers/staging/gdm724x/
H A Dgdm_tty.c86 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 Dinode.c289 * @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 Ddevcoredump.c111 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 Dsysfs.c141 * 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 Dmessages.h173 #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 Dverity.c12 * 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 Dinode.c289 * @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 Dblk.c18 #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 Dinode.c17 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 Dpsp-sev.h558 * 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 Diomap.h35 * 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 Ddcache.h19 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 Ddax.h70 * 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 Dvdpa.h123 * 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 Dquotaops.h96 int dquot_file_open(struct inode *inode, struct file *file);
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-core.h170 * @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 Dgdm_tty.c83 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 Dclass.c65 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 Drio-sysfs.c116 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 Dvudc_sysfs.c69 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 Dtoshiba.c79 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 Dbsr.c114 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 Dvpd.c58 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 Dstats.c38 * 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 Dksysfs.c30 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()

Completed in 20 milliseconds

1...<<191192193194195196197198199200>>...358