| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_kern.c | 143 char *file; member 157 char *file; member 174 .file = NULL, \ 182 .file = NULL, \ 327 if(ubd_dev->file != NULL){ in ubd_setup_common() 387 ubd_dev->file = str; in ubd_setup_common() 388 ubd_dev->cow.file = backing_file; in ubd_setup_common() 560 char *file; in ubd_file_size() local 572 if (ubd_dev->file && ubd_dev->cow.file) { in ubd_file_size() 573 file = ubd_dev->cow.file; in ubd_file_size() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/ |
| H A D | spufs.rst | 10 spufs - the SPU file system 16 The SPU file system is used on PowerPC machines that implement the Cell 20 The file system provides a name space similar to posix shared memory or 21 message queues. Users that have write permissions on the file system 45 the operations supported on regular file systems. This list details the 57 possible operations, e.g. read access on the wbox file. 64 accessed like a regular shared memory file and contains both code and 66 open mem file are: 71 file. The file size is the size of the local storage of the SPU, 81 The first SPU to CPU communication mailbox. This file is read-only and [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | poll.h | 37 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 48 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() 81 static inline bool file_can_poll(struct file *file) in file_can_poll() argument 83 return file->f_op->poll; in file_can_poll() 86 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() argument 88 if (unlikely(!file->f_op->poll)) in vfs_poll() 90 return file->f_op->poll(file, pt); in vfs_poll() 94 struct file *filp;
|
| H A D | tty_ldisc.h | 188 ssize_t (*read)(struct tty_struct *tty, struct file *file, 191 ssize_t (*write)(struct tty_struct *tty, struct file *file, 193 int (*ioctl)(struct tty_struct *tty, struct file *file, 195 int (*compat_ioctl)(struct tty_struct *tty, struct file *file, 198 __poll_t (*poll)(struct tty_struct *, struct file *,
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | fds_example.c | 76 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map() argument 86 ret = bpf_obj_pin(fd, file); in bpf_do_map() 90 fd = bpf_obj_get(file); in bpf_do_map() 110 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) in bpf_do_prog() argument 119 ret = bpf_obj_pin(fd, file); in bpf_do_prog() 123 fd = bpf_obj_get(file); in bpf_do_prog() 141 const char *file = NULL, *object = NULL; in main() local 149 file = optarg; in main() 181 if (!(flags & BPF_F_PIN_GET) || !file) in main() 186 return bpf_do_map(file, flags, key, value); in main() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_debug.c | 19 static ssize_t read_file_tgt_int_stats(struct file *file, char __user *user_buf, in read_file_tgt_int_stats() argument 22 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_int_stats() 77 static ssize_t read_file_tgt_tx_stats(struct file *file, char __user *user_buf, in read_file_tgt_tx_stats() argument 80 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_tx_stats() 147 static ssize_t read_file_tgt_rx_stats(struct file *file, char __user *user_buf, in read_file_tgt_rx_stats() argument 150 struct ath9k_htc_priv *priv = file->private_data; in read_file_tgt_rx_stats() 193 static ssize_t read_file_xmit(struct file *file, char __user *user_buf, in read_file_xmit() argument 196 struct ath9k_htc_priv *priv = file->private_data; in read_file_xmit() 251 static ssize_t read_file_skb_rx(struct file *file, char __user *user_buf, in read_file_skb_rx() argument 254 struct ath9k_htc_priv *priv = file->private_data; in read_file_skb_rx() [all …]
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | catalog.c | 130 struct hfsplus_cat_file *file; in hfsplus_cat_build_record() local 132 file = &entry->file; in hfsplus_cat_build_record() 133 memset(file, 0, sizeof(*file)); in hfsplus_cat_build_record() 134 file->type = cpu_to_be16(HFSPLUS_FILE); in hfsplus_cat_build_record() 135 file->flags = cpu_to_be16(HFSPLUS_FILE_THREAD_EXISTS); in hfsplus_cat_build_record() 136 file->id = cpu_to_be32(cnid); in hfsplus_cat_build_record() 138 file->create_date = in hfsplus_cat_build_record() 139 file->content_mod_date = in hfsplus_cat_build_record() 140 file->attribute_mod_date = in hfsplus_cat_build_record() 141 file->access_date = hfsp_now2mt(); in hfsplus_cat_build_record() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | checkincludes.pl | 40 foreach my $file (@ARGV) { 41 open(my $f, '<', $file) 42 or die "Cannot open $file: $!.\n"; 59 print "$file: $filename is included more than once.\n"; 65 open($f, '>', $file) 66 or die("Cannot write to $file: $!"); 86 print "$file: removed $dups duplicate includes\n";
|
| H A D | checkstack.pl | 118 my ($func, $file, $lastslash); 124 elsif ($line =~ m/(.*):\s*file format/) { 125 $file = $1; 126 $file =~ s/\.ko//; 127 $lastslash = rindex($file, "/"); 129 $file = substr($file, $lastslash + 1); 148 my $intro = "$addr $func [$file]:"; 165 my $intro = "$addr $func [$file]:";
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | checkincludes.pl | 40 foreach my $file (@ARGV) { 41 open(my $f, '<', $file) 42 or die "Cannot open $file: $!.\n"; 59 print "$file: $filename is included more than once.\n"; 65 open($f, '>', $file) 66 or die("Cannot write to $file: $!"); 86 print "$file: removed $dups duplicate includes\n";
|
| H A D | checkstack.pl | 118 my ($func, $file, $lastslash); 124 elsif ($line =~ m/(.*):\s*file format/) { 125 $file = $1; 126 $file =~ s/\.ko//; 127 $lastslash = rindex($file, "/"); 129 $file = substr($file, $lastslash + 1); 148 my $intro = "$addr $func [$file]:"; 165 my $intro = "$addr $func [$file]:";
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | cxl_hw.c | 120 static struct file *cxlflash_get_fd(void *ctx_cookie, in cxlflash_get_fd() 126 static void *cxlflash_fops_get_context(struct file *file) in cxlflash_fops_get_context() argument 128 return cxl_fops_get_context(file); in cxlflash_fops_get_context() 141 static int cxlflash_fd_mmap(struct file *file, struct vm_area_struct *vm) in cxlflash_fd_mmap() argument 143 return cxl_fd_mmap(file, vm); in cxlflash_fd_mmap() 146 static int cxlflash_fd_release(struct inode *inode, struct file *file) in cxlflash_fd_release() argument 148 return cxl_fd_release(inode, file); in cxlflash_fd_release()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/ |
| H A D | lrzsz_0.12.20.bb | 1 SUMMARY = "Tools for zmodem/xmodem/ymodem file transfer" 9 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 10 file://src/lrz.c;beginline=1;endline=10;md5=5276956373ff7d8758837f6399a1045f" 16 file://autotools-update.patch \ 17 file://autotools.patch \ 18 file://makefile.patch \ 19 file://lrzsz-check-locale.h.patch \ 20 file://cve-2018-10195.patch \ 21 file://include.patch \ 22 file://0001-Fix-cross-compilation-using-autoconf-detected-AR.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ |
| H A D | ppp_2.4.9.bb | 9 LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=e2c43fe6e81ff77d87dc9c290a424dea \ 10 … file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \ 11 file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \ 12 file://chat/chat.c;beginline=1;endline=15;md5=0d374b8545ee5c62d7aff1acbd38add2" 15 file://makefix.patch \ 16 file://pon \ 17 file://poff \ 18 file://init \ 19 file://ip-up \ 20 file://ip-down \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | nvram.c | 222 static loff_t nvram_misc_llseek(struct file *file, loff_t offset, int origin) in nvram_misc_llseek() argument 224 return generic_file_llseek_size(file, offset, origin, MAX_LFS_FILESIZE, in nvram_misc_llseek() 228 static ssize_t nvram_misc_read(struct file *file, char __user *buf, in nvram_misc_read() argument 259 static ssize_t nvram_misc_write(struct file *file, const char __user *buf, in nvram_misc_write() argument 280 static long nvram_misc_ioctl(struct file *file, unsigned int cmd, in nvram_misc_ioctl() argument 350 static int nvram_misc_open(struct inode *inode, struct file *file) in nvram_misc_open() argument 355 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) || in nvram_misc_open() 364 (file->f_mode & FMODE_WRITE) && (nvram_open_mode & NVRAM_WRITE)) { in nvram_misc_open() 370 if (file->f_flags & O_EXCL) in nvram_misc_open() 372 if (file->f_mode & FMODE_WRITE) in nvram_misc_open() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fsverity.rst | 6 fs-verity: read-only file-based authenticity protection 22 causes the filesystem to build a Merkle tree for the file and persist 23 it to a filesystem-specific location associated with the file. 25 After this, the file is made readonly, and all reads from the file are 26 automatically verified against the file's Merkle tree. Reads of any 30 the "fs-verity file digest", which is a hash that includes the Merkle 31 tree root hash) that fs-verity is enforcing for the file. This ioctl 32 executes in constant time, regardless of the file size. 34 fs-verity is essentially a way to hash a file in constant time, 44 However, because fs-verity makes retrieving the file hash extremely [all …]
|
| /OK3568_Linux_fs/buildroot/package/freerdp/ |
| H A D | 0003-winpr-include-winpr-file.h-fix-build-on-uclibc.patch | 4 Subject: [PATCH] winpr/include/winpr/file.h: fix build on uclibc 10 In file included from /tmp/instance-0/output-1/build/freerdp-2.4.0/winpr/libwinpr/utils/lodepng/lod… 11 /tmp/instance-0/output-1/build/freerdp-2.4.0/winpr/include/winpr/file.h:524:11: error: unknown type… 21 winpr/include/winpr/file.h | 2 ++ 22 1 file changed, 2 insertions(+) 24 diff --git a/winpr/include/winpr/file.h b/winpr/include/winpr/file.h 26 --- a/winpr/include/winpr/file.h 27 +++ b/winpr/include/winpr/file.h
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/ |
| H A D | libidn_1.36.bb | 6 LIC_FILES_CHKSUM = "file://COPYING;md5=df4be47940a91ee69556f5f71eed4aec \ 7 file://COPYING.LESSERv2;md5=4fbd65380cdd255951079008b364516c \ 8 file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 9 file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 10 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \ 11 file://lib/idna.h;endline=21;md5=c381d797e2d7fbdace7c147b1285d076 \ 12 file://src/idn.c;endline=20;md5=7d88aa87b0494d690bdf7748fe08d536" 18 file://dont-depend-on-help2man.patch \ 19 file://0001-idn-format-security-warnings.patch \
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-ioctl.c | 14 int cx23885_g_chip_info(struct file *file, void *fh, in cx23885_g_chip_info() argument 17 struct cx23885_dev *dev = video_drvdata(file); in cx23885_g_chip_info() 50 int cx23885_g_register(struct file *file, void *fh, in cx23885_g_register() argument 53 struct cx23885_dev *dev = video_drvdata(file); in cx23885_g_register() 82 int cx23885_s_register(struct file *file, void *fh, in cx23885_s_register() argument 85 struct cx23885_dev *dev = video_drvdata(file); in cx23885_s_register()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkstack.pl | 113 my ($func, $file, $lastslash); 119 elsif ($line =~ m/(.*):\s*file format/) { 120 $file = $1; 121 $file =~ s/\.ko//; 122 $lastslash = rindex($file, "/"); 124 $file = substr($file, $lastslash + 1); 143 my $intro = "$addr $func [$file]:"; 160 my $intro = "$addr $func [$file]:";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | target-sdk-provides-dummy.bb | 28 perl-module-file-basename \ 29 perl-module-file-compare \ 30 perl-module-file-copy \ 31 perl-module-file-find \ 32 perl-module-file-glob \ 33 perl-module-file-path \ 34 perl-module-file-stat \ 35 perl-module-file-temp \ 37 perl-module-io-file \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/ |
| H A D | squashfs-tools-ng_1.1.4.bb | 4 LIC_FILES_CHKSUM = "file://COPYING.md;md5=5789fb0572753ed69014cd90a445cd74 \ 5 file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \ 6 file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \ 7 file://licenses/LGPLv3.txt;md5=3000208d539ec061b899bce1d9ce9404 \ 8 file://licenses/LZ4.txt;md5=ebc2ea4814a64de7708f1571904b32cc \ 9 file://licenses/xxhash.txt;md5=f042a9be092bd6d7fe6f217d8d00f4ca \ 10 file://licenses/xz.txt;md5=1c389b9610ccfdb25f7abaea6a0bb5a4 \ 11 file://licenses/zlib.txt;md5=ae27c72096606131f760e5f59cf98b06 \ 12 file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gtk+/ |
| H A D | gtk+_2.24.33.bb | 3 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 4 file://gtk/gtk.h;endline=27;md5=c59e0b4490dd135a5726ebf851f9b17f \ 5 file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \ 6 file://tests/testgtk.c;endline=27;md5=262db5db5f776f9863e56df31423e24c" 8 file://xsettings.patch \ 9 file://toggle-font.diff;striplevel=0 \ 10 file://doc-fixes.patch \ 11 file://strict-prototypes.patch \ 12 file://0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch \
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000.h | 350 int tm6000_v4l2_mmap(struct file *filp, struct vm_area_struct *vma); 352 int tm6000_vidioc_streamon(struct file *file, void *priv, 354 int tm6000_vidioc_streamoff(struct file *file, void *priv, 356 int tm6000_vidioc_reqbufs(struct file *file, void *priv, 358 int tm6000_vidioc_querybuf(struct file *file, void *priv, 360 int tm6000_vidioc_qbuf(struct file *file, void *priv, struct v4l2_buffer *b); 361 int tm6000_vidioc_dqbuf(struct file *file, void *priv, struct v4l2_buffer *b); 362 ssize_t tm6000_v4l2_read(struct file *filp, char __user * buf, size_t count, 364 unsigned int tm6000_v4l2_poll(struct file *file,
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | wdt.c | 317 static ssize_t wdt_write(struct file *file, const char __user *buf, in wdt_write() argument 351 static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in wdt_ioctl() argument 412 static int wdt_open(struct inode *inode, struct file *file) in wdt_open() argument 420 return stream_open(inode, file); in wdt_open() 435 static int wdt_release(struct inode *inode, struct file *file) in wdt_release() argument 459 static ssize_t wdt_temp_read(struct file *file, char __user *buf, in wdt_temp_read() argument 478 static int wdt_temp_open(struct inode *inode, struct file *file) in wdt_temp_open() argument 480 return stream_open(inode, file); in wdt_temp_open() 491 static int wdt_temp_release(struct inode *inode, struct file *file) in wdt_temp_release() argument
|