| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | dir.c | 35 static int ext4_dx_readdir(struct file *, struct dir_context *); 82 struct inode *dir, struct file *filp, in __ext4_check_dir_entry() 131 static int ext4_readdir(struct file *file, struct dir_context *ctx) in ext4_readdir() argument 137 struct inode *inode = file_inode(file); in ext4_readdir() 147 err = ext4_dx_readdir(file, ctx); in ext4_readdir() 163 err = ext4_read_inline_dir(file, ctx, in ext4_readdir() 198 if (!ra_has_index(&file->f_ra, index)) in ext4_readdir() 201 &file->f_ra, file, in ext4_readdir() 203 file->f_ra.prev_pos = (loff_t)index << PAGE_SHIFT; in ext4_readdir() 223 EXT4_ERROR_FILE(file, 0, "directory fails checksum " in ext4_readdir() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/ |
| H A D | curl_7.82.0.bb | 10 LIC_FILES_CHKSUM = "file://COPYING;md5=190c514872597083303371684954f238" 13 file://CVE-2022-22576.patch \ 14 file://CVE-2022-27775.patch \ 15 file://CVE-2022-27776.patch \ 16 file://CVE-2022-27774-1.patch \ 17 file://CVE-2022-27774-2.patch \ 18 file://CVE-2022-27774-3.patch \ 19 file://CVE-2022-27774-4.patch \ 20 file://CVE-2022-30115.patch \ 21 file://CVE-2022-27780.patch \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | api.c | 56 static struct file *cxl_getfile(const char *name, in cxl_getfile() 60 struct file *file; in cxl_getfile() local 72 file = ERR_PTR(rc); in cxl_getfile() 78 file = ERR_CAST(inode); in cxl_getfile() 82 file = alloc_file_pseudo(inode, cxl_vfs_mount, name, in cxl_getfile() 84 if (IS_ERR(file)) in cxl_getfile() 87 file->private_data = priv; in cxl_getfile() 89 return file; in cxl_getfile() 97 return file; in cxl_getfile() 352 int cxl_fd_open(struct inode *inode, struct file *file) in cxl_fd_open() argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | ldd | 137 for file do 139 test $single_file = t || echo "${file}:" 140 case $file in 143 *) file=./$file 146 if test ! -e "$file"; then 147 echo "ldd: ${file}:" $"No such file or directory" >&2 149 elif test ! -f "$file"; then 150 echo "ldd: ${file}:" $"not regular file" >&2 152 elif test -r "$file"; then 153 test -x "$file" || echo 'ldd:' $"\ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | ldd | 137 for file do 139 test $single_file = t || echo "${file}:" 140 case $file in 143 *) file=./$file 146 if test ! -e "$file"; then 147 echo "ldd: ${file}:" $"No such file or directory" >&2 149 elif test ! -f "$file"; then 150 echo "ldd: ${file}:" $"not regular file" >&2 152 elif test -r "$file"; then 153 test -x "$file" || echo 'ldd:' $"\ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/geany/ |
| H A D | geany-plugins_1.38.bb | 33 file://0001-Use-pkg-config-to-find-gpgme.patch \ 34 file://0001-git-changebar-Adjust-structs-for-libgit2-1.4.x.patch \ 35 file://0001-geany.m4-Do-not-tinker-with-pkg-config-paths.patch \ 47 LIC_FILES_CHKSUM += "file://addons/COPYING;md5=4325afd396febcb659c36b49533135d4" 51 LIC_FILES_CHKSUM += "file://autoclose/COPYING;md5=751419260aa954499f7abaabaa882bbe" 55 LIC_FILES_CHKSUM += "file://automark/COPYING;md5=751419260aa954499f7abaabaa882bbe" 59 LIC_FILES_CHKSUM += "file://codenav/COPYING;md5=751419260aa954499f7abaabaa882bbe" 63 LIC_FILES_CHKSUM += "file://commander/COPYING;md5=d32239bcb673463ab874e80d47fae504" 70 #LIC_FILES_CHKSUM += "file://debugger/COPYING;md5=4325afd396febcb659c36b49533135d4" 74 LIC_FILES_CHKSUM += "file://defineformat/COPYING;md5=751419260aa954499f7abaabaa882bbe" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ |
| H A D | ashmem.c | 49 struct file *file; member 250 static int ashmem_open(struct inode *inode, struct file *file) in ashmem_open() argument 255 ret = generic_file_open(inode, file); in ashmem_open() 266 file->private_data = asma; in ashmem_open() 279 static int ashmem_release(struct inode *ignored, struct file *file) in ashmem_release() argument 281 struct ashmem_area *asma = file->private_data; in ashmem_release() 289 if (asma->file) in ashmem_release() 290 fput(asma->file); in ashmem_release() 307 if (!asma->file) { in ashmem_read_iter() 319 ret = vfs_iter_read(asma->file, iter, &iocb->ki_pos, 0); in ashmem_read_iter() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 36 FIXTURE(file) { in FIXTURE() argument 41 FIXTURE_VARIANT(file) in FIXTURE_VARIANT() argument 47 FIXTURE_DATA(file) *self, in FIXTURE_VARIANT() 48 const FIXTURE_VARIANT(file) *variant); in FIXTURE_VARIANT() 53 FIXTURE_DATA(file) *self, in setup_link() 54 const FIXTURE_VARIANT(file) *variant) in setup_link() 73 FIXTURE_VARIANT_ADD(file, S_IFLNK) in FIXTURE_VARIANT_ADD() argument 81 FIXTURE_DATA(file) *self, in setup_dir() 82 const FIXTURE_VARIANT(file) *variant) in setup_dir() 87 FIXTURE_VARIANT_ADD(file, S_IFDIR) in FIXTURE_VARIANT_ADD() argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/ |
| H A D | tiff_4.3.0.bb | 7 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" 12 file://0001-tiffset-fix-global-buffer-overflow-for-ASCII-tags-wh.patch \ 13 file://561599c99f987dc32ae110370cfdd7df7975586b.patch \ 14 file://eecb0712f4c3a5b449f70c57988260a667ddbdef.patch \ 15 file://0001-tif_jbig.c-fix-crash-when-reading-a-file-with-multip.patch \ 16 file://0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch \ 17 file://0003-add-checks-for-return-value-of-limitMalloc-392.patch \ 18 file://0004-TIFFFetchNormalTag-avoid-calling-memcpy-with-a-null-.patch \ 19 file://0005-fix-the-FPE-in-tiffcrop-393.patch \ 20 file://0006-fix-heap-buffer-overflow-in-tiffcp-278.patch \ [all …]
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | readdir.c | 32 static void fuse_add_dirent_to_cache(struct file *file, in fuse_add_dirent_to_cache() argument 35 struct fuse_inode *fi = get_fuse_inode(file_inode(file)); in fuse_add_dirent_to_cache() 65 page = find_lock_page(file->f_mapping, index); in fuse_add_dirent_to_cache() 67 page = find_or_create_page(file->f_mapping, index, in fuse_add_dirent_to_cache() 68 mapping_gfp_mask(file->f_mapping)); in fuse_add_dirent_to_cache() 94 static void fuse_readdir_cache_end(struct file *file, loff_t pos) in fuse_readdir_cache_end() argument 96 struct fuse_inode *fi = get_fuse_inode(file_inode(file)); in fuse_readdir_cache_end() 111 truncate_inode_pages(file->f_mapping, end); in fuse_readdir_cache_end() 114 static bool fuse_emit(struct file *file, struct dir_context *ctx, in fuse_emit() argument 117 struct fuse_file *ff = file->private_data; in fuse_emit() [all …]
|
| H A D | control.c | 23 static struct fuse_conn *fuse_ctl_file_conn_get(struct file *file) in fuse_ctl_file_conn_get() argument 27 fc = file_inode(file)->i_private; in fuse_ctl_file_conn_get() 34 static ssize_t fuse_conn_abort_write(struct file *file, const char __user *buf, in fuse_conn_abort_write() argument 37 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_abort_write() 47 static ssize_t fuse_conn_waiting_read(struct file *file, char __user *buf, in fuse_conn_waiting_read() argument 55 struct fuse_conn *fc = fuse_ctl_file_conn_get(file); in fuse_conn_waiting_read() 60 file->private_data = (void *)value; in fuse_conn_waiting_read() 63 size = sprintf(tmp, "%ld\n", (long)file->private_data); in fuse_conn_waiting_read() 67 static ssize_t fuse_conn_limit_read(struct file *file, char __user *buf, in fuse_conn_limit_read() argument 76 static ssize_t fuse_conn_limit_write(struct file *file, const char __user *buf, in fuse_conn_limit_write() argument [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | util.c | 13 struct file *file_lookup(const char *name) in file_lookup() 15 struct file *file; in file_lookup() local 17 for (file = file_list; file; file = file->next) { in file_lookup() 18 if (!strcmp(name, file->name)) { in file_lookup() 19 return file; in file_lookup() 23 file = xmalloc(sizeof(*file)); in file_lookup() 24 memset(file, 0, sizeof(*file)); in file_lookup() 25 file->name = xstrdup(name); in file_lookup() 26 file->next = file_list; in file_lookup() 27 file_list = file; in file_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bnad_debugfs.c | 41 bnad_debugfs_open_fwtrc(struct inode *inode, struct file *file) in bnad_debugfs_open_fwtrc() argument 75 file->private_data = fw_debug; in bnad_debugfs_open_fwtrc() 81 bnad_debugfs_open_fwsave(struct inode *inode, struct file *file) in bnad_debugfs_open_fwsave() argument 115 file->private_data = fw_debug; in bnad_debugfs_open_fwsave() 121 bnad_debugfs_open_reg(struct inode *inode, struct file *file) in bnad_debugfs_open_reg() argument 131 file->private_data = reg_debug; in bnad_debugfs_open_reg() 182 bnad_debugfs_open_drvinfo(struct inode *inode, struct file *file) in bnad_debugfs_open_drvinfo() argument 214 file->private_data = drv_info; in bnad_debugfs_open_drvinfo() 221 bnad_debugfs_lseek(struct file *file, loff_t offset, int orig) in bnad_debugfs_lseek() argument 223 struct bnad_debug_info *debug = file->private_data; in bnad_debugfs_lseek() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/ |
| H A D | thingsboard-gateway_2.9.bb | 8 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 26 SRC_URI += "file://bacnet.json \ 27 file://ble.json \ 28 file://can.json \ 29 file://custom_serial.json \ 30 file://modbus.json \ 31 file://modbus_serial.json \ 32 file://mqtt.json \ 33 file://opcua.json \ 34 file://odbc.json \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/ |
| H A D | util-linux.inc | 15 LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \ 16 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 17 … file://Documentation/licenses/COPYING.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 18 … file://Documentation/licenses/COPYING.LGPL-2.1-or-later;md5=4fbd65380cdd255951079008b364516c \ 19 … file://Documentation/licenses/COPYING.BSD-3-Clause;md5=58dcd8452651fc8b07d1f65ce07ca8af \ 20 … file://Documentation/licenses/COPYING.BSD-4-Clause-UC;md5=263860f8968d8bafa5392cab74285262 \ 21 file://libuuid/COPYING;md5=6d2cafc999feb2c2de84d4d24b23290c \ 22 file://libmount/COPYING;md5=7c7e39fb7d70ffe5d693a643e29987c2 \ 23 file://libblkid/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ 24 file://libfdisk/COPYING;md5=693bcbbe16d3a4a4b37bc906bc01cc04 \ [all …]
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | file.c | 51 static inline struct configfs_fragment *to_frag(struct file *file) in to_frag() argument 53 struct configfs_dirent *sd = file->f_path.dentry->d_fsdata; in to_frag() 58 static int fill_read_buffer(struct file *file, struct configfs_buffer *buffer) in fill_read_buffer() argument 60 struct configfs_fragment *frag = to_frag(file); in fill_read_buffer() 102 configfs_read_file(struct file *file, char __user *buf, size_t count, loff_t *ppos) in configfs_read_file() argument 104 struct configfs_buffer *buffer = file->private_data; in configfs_read_file() 109 retval = fill_read_buffer(file, buffer); in configfs_read_file() 143 configfs_read_bin_file(struct file *file, char __user *buf, in configfs_read_bin_file() argument 146 struct configfs_fragment *frag = to_frag(file); in configfs_read_bin_file() 147 struct configfs_buffer *buffer = file->private_data; in configfs_read_bin_file() [all …]
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkmread.c | 84 XkmGetCARD8(FILE * file, int *pNRead) in XkmGetCARD8() argument 88 tmp = getc(file); in XkmGetCARD8() 95 XkmGetCARD16(FILE * file, int *pNRead) in XkmGetCARD16() argument 99 if ((fread(&val, 2, 1, file) == 1) && (pNRead)) in XkmGetCARD16() 105 XkmGetCARD32(FILE * file, int *pNRead) in XkmGetCARD32() argument 109 if ((fread(&val, 4, 1, file) == 1) && (pNRead)) in XkmGetCARD32() 115 XkmSkipPadding(FILE * file, unsigned pad) in XkmSkipPadding() argument 120 if (getc(file) != EOF) in XkmSkipPadding() 127 XkmGetCountedString(FILE * file, char *str, int max_len) in XkmGetCountedString() argument 131 count = XkmGetCARD16(file, &nRead); in XkmGetCountedString() [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/ |
| H A D | android-tools_10.0.0.r36.bb | 5 file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \ 6 file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ 7 file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \ 8 file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \ 32 # and applied in the order defined by the "series" file 34 file://core-debian/move-log-file-to-proper-dir.patch;patchdir=system/core \ 35 file://core-debian/Added-missing-headers.patch;patchdir=system/core \ 36 file://core-debian/libusb-header-path.patch;patchdir=system/core \ 37 file://core-debian/stdatomic.patch;patchdir=system/core \ 38 file://core-debian/Nonnull.patch;patchdir=system/core \ [all …]
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_kexec.c | 20 struct seq_file file; in ima_dump_measurement_list() local 25 file.buf = vmalloc(segment_size); in ima_dump_measurement_list() 26 if (!file.buf) { in ima_dump_measurement_list() 31 file.size = segment_size; in ima_dump_measurement_list() 32 file.read_pos = 0; in ima_dump_measurement_list() 33 file.count = sizeof(khdr); /* reserved space */ in ima_dump_measurement_list() 38 if (file.count < file.size) { in ima_dump_measurement_list() 40 ima_measurements_show(&file, qe); in ima_dump_measurement_list() 54 khdr.buffer_size = file.count; in ima_dump_measurement_list() 60 memcpy(file.buf, &khdr, sizeof(khdr)); in ima_dump_measurement_list() [all …]
|
| /OK3568_Linux_fs/kernel/samples/v4l/ |
| H A D | v4l2-pci-skeleton.c | 301 static int skeleton_querycap(struct file *file, void *priv, in skeleton_querycap() argument 304 struct skeleton *skel = video_drvdata(file); in skeleton_querycap() 351 static int skeleton_try_fmt_vid_cap(struct file *file, void *priv, in skeleton_try_fmt_vid_cap() argument 354 struct skeleton *skel = video_drvdata(file); in skeleton_try_fmt_vid_cap() 369 static int skeleton_s_fmt_vid_cap(struct file *file, void *priv, in skeleton_s_fmt_vid_cap() argument 372 struct skeleton *skel = video_drvdata(file); in skeleton_s_fmt_vid_cap() 375 ret = skeleton_try_fmt_vid_cap(file, priv, f); in skeleton_s_fmt_vid_cap() 391 static int skeleton_g_fmt_vid_cap(struct file *file, void *priv, in skeleton_g_fmt_vid_cap() argument 394 struct skeleton *skel = video_drvdata(file); in skeleton_g_fmt_vid_cap() 400 static int skeleton_enum_fmt_vid_cap(struct file *file, void *priv, in skeleton_enum_fmt_vid_cap() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/si4713/ |
| H A D | radio-platform-si4713.c | 58 static int radio_si4713_querycap(struct file *file, void *priv, in radio_si4713_querycap() argument 73 static inline struct v4l2_device *get_v4l2_dev(struct file *file) in get_v4l2_dev() argument 75 return &((struct radio_si4713_device *)video_drvdata(file))->v4l2_dev; in get_v4l2_dev() 78 static int radio_si4713_g_modulator(struct file *file, void *p, in radio_si4713_g_modulator() argument 81 return v4l2_device_call_until_err(get_v4l2_dev(file), 0, tuner, in radio_si4713_g_modulator() 85 static int radio_si4713_s_modulator(struct file *file, void *p, in radio_si4713_s_modulator() argument 88 return v4l2_device_call_until_err(get_v4l2_dev(file), 0, tuner, in radio_si4713_s_modulator() 92 static int radio_si4713_g_frequency(struct file *file, void *p, in radio_si4713_g_frequency() argument 95 return v4l2_device_call_until_err(get_v4l2_dev(file), 0, tuner, in radio_si4713_g_frequency() 99 static int radio_si4713_s_frequency(struct file *file, void *p, in radio_si4713_s_frequency() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | compile | 47 file=$1 48 case $file in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` 87 lib_path=$file 89 lib_path="$lib_path;$file" 91 linker_opts="$linker_opts -LIBPATH:$file" 148 set x "$@" -Fo"$file" 153 set x "$@" -Fe"$file" [all …]
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | securityfs_if.c | 41 static ssize_t tomoyo_write_self(struct file *file, const char __user *buf, in tomoyo_write_self() argument 100 static ssize_t tomoyo_read_self(struct file *file, char __user *buf, in tomoyo_read_self() argument 132 static int tomoyo_open(struct inode *inode, struct file *file) in tomoyo_open() argument 134 const int key = ((u8 *) file_inode(file)->i_private) in tomoyo_open() 136 return tomoyo_open_control(key, file); in tomoyo_open() 145 static int tomoyo_release(struct inode *inode, struct file *file) in tomoyo_release() argument 147 tomoyo_close_control(file->private_data); in tomoyo_release() 160 static __poll_t tomoyo_poll(struct file *file, poll_table *wait) in tomoyo_poll() argument 162 return tomoyo_poll_control(file, wait); in tomoyo_poll() 175 static ssize_t tomoyo_read(struct file *file, char __user *buf, size_t count, in tomoyo_read() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | fec.c | 23 struct file *file; member 31 static void *fec_buf_add(struct file *file, int fd, int size) in fec_buf_add() argument 33 struct rkispp_fec_dev *fec = video_drvdata(file); in fec_buf_add() 41 "%s file:%p fd:%d dbuf:%p\n", __func__, file, fd, dbuf); in fec_buf_add() 55 if (buf->file == file && buf->fd == fd && buf->dbuf == dbuf) { in fec_buf_add() 84 buf->file = file; in fec_buf_add() 97 static void fec_buf_del(struct file *file, int fd, bool is_all) in fec_buf_del() argument 99 struct rkispp_fec_dev *fec = video_drvdata(file); in fec_buf_del() 104 if (buf->file == file && (is_all || buf->fd == fd)) { in fec_buf_del() 107 __func__, file, buf->fd, buf->dbuf); in fec_buf_del() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/dpkg/ |
| H A D | dpkg_1.21.4.bb | 2 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 5 file://noman.patch \ 6 file://remove-tar-no-timestamp.patch \ 7 file://arch_pm.patch \ 8 file://add_armeb_triplet_entry.patch \ 9 file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \ 10 file://0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch \ 11 file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \ 12 file://0006-add-musleabi-to-known-target-tripets.patch \ 13 file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \ [all …]
|