Home
last modified time | relevance | path

Searched refs:file (Results 1776 - 1800 of 14508) sorted by relevance

1...<<71727374757677787980>>...581

/kernel/linux/linux-5.10/include/linux/
H A Dmemfd.h5 #include <linux/file.h>
8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned long a) in memfd_fcntl()
/kernel/linux/linux-6.6/include/linux/
H A Dmemfd.h5 #include <linux/file.h>
8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg);
10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned int a) in memfd_fcntl()
/kernel/linux/common_modules/newip/src/linux-5.10/drivers/net/bt/
H A Dbtdev.c59 static int bt_proc_open(struct inode *inode, struct file *file) in bt_proc_open() argument
61 if (unlikely(!inode) || unlikely(!file)) { in bt_proc_open()
66 return single_open(file, bt_seq_show, PDE_DATA(inode)); in bt_proc_open()
75 static int __bt_virnet_open(struct file *filp, struct bt_virnet *vnet) in __bt_virnet_open()
95 /* Set xx_open_limit to 0 when the file is first opened */ in __bt_virnet_open()
114 /* If the file is not opened for the first time, an error occurs in __bt_virnet_open()
128 static int bt_io_file_open(struct inode *node, struct file *filp) in bt_io_file_open()
144 static int bt_io_file_release(struct inode *node, struct file *filp) in bt_io_file_release()
156 /* Set xx_open_limit to 1 when the file i in bt_io_file_release()
1042 struct bt_io_file *file = kmalloc(sizeof(*file), GFP_KERNEL); bt_create_io_file() local
1075 bt_delete_io_file(struct bt_io_file *file) bt_delete_io_file() argument
1100 struct bt_mng_file *file = kmalloc(sizeof(*file), GFP_KERNEL); bt_create_mng_file() local
1120 bt_delete_mng_file(struct bt_mng_file *file) bt_delete_mng_file() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dvenc.c140 venc_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in venc_querycap() argument
149 static int venc_enum_fmt(struct file *file, void *fh, struct v4l2_fmtdesc *f) in venc_enum_fmt() argument
151 struct venus_inst *inst = to_inst(file); in venc_enum_fmt()
219 static int venc_try_fmt(struct file *file, void *fh, struct v4l2_format *f) in venc_try_fmt() argument
221 struct venus_inst *inst = to_inst(file); in venc_try_fmt()
228 static int venc_s_fmt(struct file *file, voi argument
297 venc_g_fmt(struct file *file, void *fh, struct v4l2_format *f) venc_g_fmt() argument
330 venc_g_selection(struct file *file, void *fh, struct v4l2_selection *s) venc_g_selection() argument
358 venc_s_selection(struct file *file, void *fh, struct v4l2_selection *s) venc_s_selection() argument
379 venc_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) venc_s_parm() argument
414 venc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) venc_g_parm() argument
428 venc_enum_framesizes(struct file *file, void *fh, struct v4l2_frmsizeenum *fsize) venc_enum_framesizes() argument
458 venc_enum_frameintervals(struct file *file, void *fh, struct v4l2_frmivalenum *fival) venc_enum_frameintervals() argument
1045 venc_open(struct file *file) venc_open() argument
1119 venc_close(struct file *file) venc_close() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpif_display.c578 * @file: file ptr
579 * @priv: file handle
582 static int vpif_querycap(struct file *file, void *priv, in vpif_querycap() argument
595 static int vpif_enum_fmt_vid_out(struct file *file, void *priv, in vpif_enum_fmt_vid_out() argument
606 static int vpif_g_fmt_vid_out(struct file *file, void *priv, in vpif_g_fmt_vid_out() argument
609 struct video_device *vdev = video_devdata(file); in vpif_g_fmt_vid_out()
623 vpif_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *fmt) vpif_try_fmt_vid_out() argument
651 vpif_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *fmt) vpif_s_fmt_vid_out() argument
675 vpif_s_std(struct file *file, void *priv, v4l2_std_id std_id) vpif_s_std() argument
723 vpif_g_std(struct file *file, void *priv, v4l2_std_id *std) vpif_g_std() argument
743 vpif_enum_output(struct file *file, void *fh, struct v4l2_output *output) vpif_enum_output() argument
838 vpif_s_output(struct file *file, void *priv, unsigned int i) vpif_s_output() argument
857 vpif_g_output(struct file *file, void *priv, unsigned int *i) vpif_g_output() argument
874 vpif_enum_dv_timings(struct file *file, void *priv, struct v4l2_enum_dv_timings *timings) vpif_enum_dv_timings() argument
906 vpif_s_dv_timings(struct file *file, void *priv, struct v4l2_dv_timings *timings) vpif_s_dv_timings() argument
1005 vpif_g_dv_timings(struct file *file, void *priv, struct v4l2_dv_timings *timings) vpif_g_dv_timings() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c210 static ssize_t ath11k_dbg_sta_dump_tx_stats(struct file *file, in ath11k_dbg_sta_dump_tx_stats() argument
214 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_dump_tx_stats()
317 static ssize_t ath11k_dbg_sta_dump_rx_stats(struct file *file, in ath11k_dbg_sta_dump_rx_stats() argument
321 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_dump_rx_stats()
416 ath11k_dbg_sta_open_htt_peer_stats(struct inode *inode, struct file *file) in ath11k_dbg_sta_open_htt_peer_stats() argument
437 file->private_data = stats_req; in ath11k_dbg_sta_open_htt_peer_stats()
446 ath11k_dbg_sta_release_htt_peer_stats(struct inode *inode, struct file *fil argument
460 ath11k_dbg_sta_read_htt_peer_stats(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) ath11k_dbg_sta_read_htt_peer_stats() argument
481 ath11k_dbg_sta_write_peer_pktlog(struct file *file, const char __user *buf, size_t count, loff_t *ppos) ath11k_dbg_sta_write_peer_pktlog() argument
521 ath11k_dbg_sta_read_peer_pktlog(struct file *file, char __user *ubuf, size_t count, loff_t *ppos) ath11k_dbg_sta_read_peer_pktlog() argument
548 ath11k_dbg_sta_write_delba(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) ath11k_dbg_sta_write_delba() argument
599 ath11k_dbg_sta_write_addba_resp(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) ath11k_dbg_sta_write_addba_resp() argument
649 ath11k_dbg_sta_write_addba(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) ath11k_dbg_sta_write_addba() argument
700 ath11k_dbg_sta_read_aggr_mode(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) ath11k_dbg_sta_read_aggr_mode() argument
720 ath11k_dbg_sta_write_aggr_mode(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) ath11k_dbg_sta_write_aggr_mode() argument
765 ath11k_write_htt_peer_stats_reset(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) ath11k_write_htt_peer_stats_reset() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/mon/
H A Dmon_bin.c128 /* per file statistic */
181 * This gets associated with an open file struct.
222 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp);
673 static int mon_bin_open(struct inode *inode, struct file *file) in mon_bin_open() argument
719 file->private_data = rp; in mon_bin_open()
737 static int mon_bin_get_event(struct file *file, struct mon_reader_bin *rp, in mon_bin_get_event() argument
749 if ((rc = mon_bin_wait_event(file, r in mon_bin_get_event()
778 mon_bin_release(struct inode *inode, struct file *file) mon_bin_release() argument
800 mon_bin_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) mon_bin_read() argument
898 mon_bin_fetch(struct file *file, struct mon_reader_bin *rp, u32 __user *vec, unsigned int max) mon_bin_fetch() argument
984 mon_bin_ioctl(struct file *file, unsigned int cmd, unsigned long arg) mon_bin_ioctl() argument
1134 mon_bin_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) mon_bin_compat_ioctl() argument
1202 mon_bin_poll(struct file *file, struct poll_table_struct *wait) mon_bin_poll() argument
1302 mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp) mon_bin_wait_event() argument
[all...]
/kernel/linux/linux-5.10/fs/hugetlbfs/
H A Dinode.c18 #include <linux/file.h>
131 static int hugetlbfs_file_mmap(struct file *file, struct vm_area_struct *vma) in hugetlbfs_file_mmap() argument
133 struct inode *inode = file_inode(file); in hugetlbfs_file_mmap()
137 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap()
176 file_accessed(file); in hugetlbfs_file_mmap()
200 hugetlb_get_unmapped_area_bottomup(struct file *file, unsigned long addr, in hugetlb_get_unmapped_area_bottomup() argument
203 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup()
216 hugetlb_get_unmapped_area_topdown(struct file *fil argument
248 hugetlb_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) hugetlb_get_unmapped_area() argument
324 struct file *file = iocb->ki_filp; hugetlbfs_read_iter() local
384 hugetlbfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) hugetlbfs_write_begin() argument
392 hugetlbfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) hugetlbfs_write_end() argument
632 hugetlbfs_fallocate(struct file *file, int mode, loff_t offset, loff_t len) hugetlbfs_fallocate() argument
1467 struct file *file; hugetlb_file_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/
H A Dvpif_display.c578 * @file: file ptr
579 * @priv: file handle
582 static int vpif_querycap(struct file *file, void *priv, in vpif_querycap() argument
593 static int vpif_enum_fmt_vid_out(struct file *file, void *priv, in vpif_enum_fmt_vid_out() argument
604 static int vpif_g_fmt_vid_out(struct file *file, void *priv, in vpif_g_fmt_vid_out() argument
607 struct video_device *vdev = video_devdata(file); in vpif_g_fmt_vid_out()
621 vpif_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *fmt) vpif_try_fmt_vid_out() argument
649 vpif_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *fmt) vpif_s_fmt_vid_out() argument
673 vpif_s_std(struct file *file, void *priv, v4l2_std_id std_id) vpif_s_std() argument
721 vpif_g_std(struct file *file, void *priv, v4l2_std_id *std) vpif_g_std() argument
741 vpif_enum_output(struct file *file, void *fh, struct v4l2_output *output) vpif_enum_output() argument
836 vpif_s_output(struct file *file, void *priv, unsigned int i) vpif_s_output() argument
855 vpif_g_output(struct file *file, void *priv, unsigned int *i) vpif_g_output() argument
872 vpif_enum_dv_timings(struct file *file, void *priv, struct v4l2_enum_dv_timings *timings) vpif_enum_dv_timings() argument
904 vpif_s_dv_timings(struct file *file, void *priv, struct v4l2_dv_timings *timings) vpif_s_dv_timings() argument
1003 vpif_g_dv_timings(struct file *file, void *priv, struct v4l2_dv_timings *timings) vpif_g_dv_timings() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/mon/
H A Dmon_bin.c128 /* per file statistic */
181 * This gets associated with an open file struct.
225 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp);
676 static int mon_bin_open(struct inode *inode, struct file *file) in mon_bin_open() argument
722 file->private_data = rp; in mon_bin_open()
740 static int mon_bin_get_event(struct file *file, struct mon_reader_bin *rp, in mon_bin_get_event() argument
752 if ((rc = mon_bin_wait_event(file, r in mon_bin_get_event()
781 mon_bin_release(struct inode *inode, struct file *file) mon_bin_release() argument
803 mon_bin_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) mon_bin_read() argument
901 mon_bin_fetch(struct file *file, struct mon_reader_bin *rp, u32 __user *vec, unsigned int max) mon_bin_fetch() argument
987 mon_bin_ioctl(struct file *file, unsigned int cmd, unsigned long arg) mon_bin_ioctl() argument
1137 mon_bin_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) mon_bin_compat_ioctl() argument
1205 mon_bin_poll(struct file *file, struct poll_table_struct *wait) mon_bin_poll() argument
1304 mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp) mon_bin_wait_event() argument
[all...]
/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c56 #define LOG_FILE_LIMIT (500 * 1024) /* log file size limit:500k */
68 FILE *file; member
113 * path:file path name.
141 /* file is exist */ in LogFilesMkdirR()
177 FILE *file, long fileLen, uint32_t index) in LogFilesAdd()
183 /* filter valid file */ in LogFilesAdd()
184 if (g_files[i].file != NULL || g_files[i].valid == FILE_VALID) { in LogFilesAdd()
200 g_files[i].file = file; in LogFilesAdd()
209 (void)fclose(file); in LogFilesAdd()
176 LogFilesAdd(const struct TeeUuid *uuid, const char *logName, FILE *file, long fileLen, uint32_t index) LogFilesAdd() argument
226 FILE *file = NULL; LogFilesOpen() local
724 FILE *file = NULL; LogFilesGet() local
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dflock.c2 /* AFS file locking support
74 struct afs_vnode *vnode = op->file[0].vnode; in afs_lock_op_done()
179 afs_vnode_commit_status(op, &op->file[0]); in afs_lock_success()
190 * Get a lock on a file
222 * Extend a lock on a file
253 * Release a lock on a file
409 * Check that our view of the file metadata is up to date and check to see
418 /* Make sure we've got a callback on this file and that our view of the in afs_do_setlk_check()
426 * allowed to get a lock on this file. in afs_do_setlk_check()
433 * read-lock a file an in afs_do_setlk_check()
452 afs_do_setlk(struct file *file, struct file_lock *fl) afs_do_setlk() argument
702 afs_do_unlk(struct file *file, struct file_lock *fl) afs_do_unlk() argument
722 afs_do_getlk(struct file *file, struct file_lock *fl) afs_do_getlk() argument
764 afs_lock(struct file *file, int cmd, struct file_lock *fl) afs_lock() argument
803 afs_flock(struct file *file, int cmd, struct file_lock *fl) afs_flock() argument
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Duser.c9 #include <linux/file.h>
501 static ssize_t device_write(struct file *file, const char __user *buf, in device_write() argument
504 struct dlm_user_proc *proc = file->private_data; in device_write()
627 hanging off the open file that's used to keep track of locks owned by the
630 static int device_open(struct inode *inode, struct file *file) in device_open() argument
652 file->private_data = proc; in device_open()
657 static int device_close(struct inode *inode, struct file *file) in device_close() argument
776 device_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) device_read() argument
888 device_poll(struct file *file, poll_table *wait) device_poll() argument
923 ctl_device_open(struct inode *inode, struct file *file) ctl_device_open() argument
929 ctl_device_close(struct inode *inode, struct file *file) ctl_device_close() argument
934 monitor_device_open(struct inode *inode, struct file *file) monitor_device_open() argument
941 monitor_device_close(struct inode *inode, struct file *file) monitor_device_close() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
H A Dcal-video.c179 static int cal_querycap(struct file *file, void *priv, in cal_querycap() argument
182 struct cal_ctx *ctx = video_drvdata(file); in cal_querycap()
192 static int cal_enum_fmt_vid_cap(struct file *file, void *priv, in cal_enum_fmt_vid_cap() argument
195 struct cal_ctx *ctx = video_drvdata(file); in cal_enum_fmt_vid_cap()
285 static int cal_g_fmt_vid_cap(struct file *file, void *priv, in cal_g_fmt_vid_cap() argument
288 struct cal_ctx *ctx = video_drvdata(file); in cal_g_fmt_vid_cap()
295 static int cal_try_fmt_vid_cap(struct file *fil argument
354 cal_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f) cal_s_fmt_vid_cap() argument
399 cal_enum_framesizes(struct file *file, void *fh, struct v4l2_frmsizeenum *fsize) cal_enum_framesizes() argument
436 cal_enum_input(struct file *file, void *priv, struct v4l2_input *inp) cal_enum_input() argument
447 cal_g_input(struct file *file, void *priv, unsigned int *i) cal_g_input() argument
453 cal_s_input(struct file *file, void *priv, unsigned int i) cal_s_input() argument
459 cal_enum_frameintervals(struct file *file, void *priv, struct v4l2_frmivalenum *fival) cal_enum_frameintervals() argument
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A Duser.c9 #include <linux/file.h>
527 static ssize_t device_write(struct file *file, const char __user *buf, in device_write() argument
530 struct dlm_user_proc *proc = file->private_data; in device_write()
653 hanging off the open file that's used to keep track of locks owned by the
656 static int device_open(struct inode *inode, struct file *file) in device_open() argument
678 file->private_data = proc; in device_open()
683 static int device_close(struct inode *inode, struct file *file) in device_close() argument
802 device_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) device_read() argument
922 device_poll(struct file *file, poll_table *wait) device_poll() argument
957 ctl_device_open(struct inode *inode, struct file *file) ctl_device_open() argument
963 ctl_device_close(struct inode *inode, struct file *file) ctl_device_close() argument
968 monitor_device_open(struct inode *inode, struct file *file) monitor_device_open() argument
975 monitor_device_close(struct inode *inode, struct file *file) monitor_device_close() argument
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dflock.c2 /* AFS file locking support
74 struct afs_vnode *vnode = op->file[0].vnode; in afs_lock_op_done()
179 afs_vnode_commit_status(op, &op->file[0]); in afs_lock_success()
190 * Get a lock on a file
222 * Extend a lock on a file
253 * Release a lock on a file
409 * Check that our view of the file metadata is up to date and check to see
418 /* Make sure we've got a callback on this file and that our view of the in afs_do_setlk_check()
426 * allowed to get a lock on this file. in afs_do_setlk_check()
433 * read-lock a file an in afs_do_setlk_check()
452 afs_do_setlk(struct file *file, struct file_lock *fl) afs_do_setlk() argument
702 afs_do_unlk(struct file *file, struct file_lock *fl) afs_do_unlk() argument
722 afs_do_getlk(struct file *file, struct file_lock *fl) afs_do_getlk() argument
764 afs_lock(struct file *file, int cmd, struct file_lock *fl) afs_lock() argument
799 afs_flock(struct file *file, int cmd, struct file_lock *fl) afs_flock() argument
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_iter.c41 static int prepare_seq_file(struct file *file, struct bpf_iter_link *link,
94 static ssize_t bpf_seq_read(struct file *file, char __user *buf, size_t size, in bpf_seq_read() argument
97 struct seq_file *seq = file->private_data; in bpf_seq_read()
256 static int iter_open(struct inode *inode, struct file *file) in iter_open() argument
260 return prepare_seq_file(file, link, __get_seq_info(link)); in iter_open()
263 static int iter_release(struct inode *inode, struct file *file) in iter_release() argument
591 prepare_seq_file(struct file *file, struct bpf_iter_link *link, const struct bpf_iter_seq_info *seq_info) prepare_seq_file() argument
639 struct file *file; bpf_iter_new_fd() local
[all...]
/base/startup/appspawn/test/unittest/
H A Dgencoverage.sh4 # you may not use this file except in compliance with the License.
58 hdc file send $@
88 # copy file to test
90 hdc file send ${ohos_root}/out/${product_name}/tests/unittest/appspawn/appspawn_l2/AppSpawn_ut ${ut_target_path}/
112 for file in $(hdc_shell_cmd ls /data/appspawn_ut/coverage/*.gcda); do
113 hdc file recv ${file} ${ohos_init}/${file:27}
114 chmod 777 ${ohos_init}/${file:27}
/kernel/linux/linux-6.6/arch/s390/hypfs/
H A Dhypfs_dbfs.c31 static ssize_t dbfs_read(struct file *file, char __user *buf, in dbfs_read() argument
41 df = file_inode(file)->i_private; in dbfs_read()
61 static long dbfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dbfs_ioctl() argument
63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl()
68 rc = df->unlocked_ioctl(file, cmd, arg); in dbfs_ioctl()
H A Dhypfs_vm_fs.c88 struct dentry *dir, *file; in hypfs_vm_create_files() local
103 file = hypfs_create_str(dir, "type", "z/VM Hypervisor"); in hypfs_vm_create_files()
104 if (IS_ERR(file)) { in hypfs_vm_create_files()
105 rc = PTR_ERR(file); in hypfs_vm_create_files()
115 file = hypfs_create_u64(dir, "count", data->lcpus); in hypfs_vm_create_files()
116 if (IS_ERR(file)) { in hypfs_vm_create_files()
117 rc = PTR_ERR(file); in hypfs_vm_create_files()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
H A Ddebugfs.c73 mt7603_ampdu_stat_show(struct seq_file *file, void *data) in mt7603_ampdu_stat_show() argument
75 struct mt7603_dev *dev = file->private; in mt7603_ampdu_stat_show()
82 seq_printf(file, "Length: %8d | ", bound[0]); in mt7603_ampdu_stat_show()
84 seq_printf(file, "%3d -%3d | ", in mt7603_ampdu_stat_show()
86 seq_puts(file, "\nCount: "); in mt7603_ampdu_stat_show()
88 seq_printf(file, "%8d | ", dev->mt76.aggr_stats[i]); in mt7603_ampdu_stat_show()
89 seq_puts(file, "\n"); in mt7603_ampdu_stat_show()
/kernel/linux/linux-5.10/scripts/
H A Dcheckstack.pl138 my ($func, $file, $lastslash, $total_size, $addr, $intro);
150 $intro = "$addr $func [$file]:";
159 elsif ($line =~ m/(.*):\s*file format/) {
160 $file = $1;
161 $file =~ s/\.ko//;
162 $lastslash = rindex($file, "/");
164 $file = substr($file, $lastslash + 1);
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_hwdep.c60 static int hda_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl() argument
78 static int hda_hwdep_ioctl_compat(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl_compat() argument
81 return hda_hwdep_ioctl(hw, file, cmd, (unsigned long)compat_ptr(arg)); in hda_hwdep_ioctl_compat()
85 static int hda_hwdep_open(struct snd_hwdep *hw, struct file *file) in hda_hwdep_open() argument
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_script.c14 #include <linux/file.h>
37 struct file *file; in load_script() local
49 * file size was smaller than the buffer size). in load_script()
91 * this file). in load_script()
132 file = open_exec(i_name); in load_script()
133 if (IS_ERR(file)) in load_script()
134 return PTR_ERR(file); in load_script()
136 bprm->interpreter = file; in load_script()
/kernel/linux/linux-6.6/fs/epfs/
H A Dinode.c28 struct file *file, umode_t mode) in epfs_tmpfile()
31 struct file *file, umode_t mode) in epfs_tmpfile()
41 d_tmpfile(file, inode); in epfs_tmpfile()
44 return finish_open_simple(file, 0);; in epfs_tmpfile()
70 struct file *origin_file; in epfs_getattr()
27 epfs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, struct file *file, umode_t mode) epfs_tmpfile() argument

Completed in 23 milliseconds

1...<<71727374757677787980>>...581