| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dir.c | 54 char *full_path = NULL; in cifs_build_path_to_root() local 58 full_path = kzalloc(1, GFP_KERNEL); in cifs_build_path_to_root() 59 return full_path; in cifs_build_path_to_root() 67 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root() 68 if (full_path == NULL) in cifs_build_path_to_root() 69 return full_path; in cifs_build_path_to_root() 72 memcpy(full_path, tcon->treeName, dfsplen); in cifs_build_path_to_root() 73 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root() 74 memcpy(full_path + dfsplen + 1, vol->prepath, pplen); in cifs_build_path_to_root() 75 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in cifs_build_path_to_root() [all …]
|
| H A D | xattr.c | 54 struct inode *inode, char *full_path, in cifs_attrib_set() argument 69 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set() 78 struct inode *inode, char *full_path, in cifs_creation_time_set() argument 93 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set() 112 char *full_path; in cifs_xattr_set() local 121 full_path = build_path_from_dentry(dentry); in cifs_xattr_set() 122 if (full_path == NULL) { in cifs_xattr_set() 143 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set() 151 full_path, value, size); in cifs_xattr_set() 162 full_path, name, value, (__u16)size, in cifs_xattr_set() [all …]
|
| H A D | inode.c | 374 const unsigned char *full_path, argument 384 cifs_dbg(FYI, "Getting info on %s\n", full_path); 392 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, 408 full_path); 818 const char *full_path, argument 843 rc = CIFSFindFirst(xid, tcon, full_path, 858 const char *full_path, argument 880 cifs_sb, full_path, 898 if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) { 918 const char *full_path, argument [all …]
|
| H A D | smb2inode.c | 64 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument 105 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 168 full_path); in smb2_compound_op() 202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 248 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 282 full_path); in smb2_compound_op() 321 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() [all …]
|
| H A D | link.c | 606 char *full_path = NULL; in cifs_get_link() local 626 full_path = build_path_from_dentry(direntry); in cifs_get_link() 627 if (!full_path) { in cifs_get_link() 633 cifs_dbg(FYI, "Full path: %s inode = 0x%p\n", full_path, inode); in cifs_get_link() 641 rc = query_mf_symlink(xid, tcon, cifs_sb, full_path, in cifs_get_link() 651 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path, in cifs_get_link() 655 kfree(full_path); in cifs_get_link() 674 char *full_path = NULL; in cifs_symlink() local 686 full_path = build_path_from_dentry(direntry); in cifs_symlink() 687 if (full_path == NULL) { in cifs_symlink() [all …]
|
| H A D | cifs_dfs_ref.c | 303 char *full_path, *root_path; in cifs_dfs_do_automount() local 326 full_path = build_path_from_dentry_optional_prefix(mntpt, true); in cifs_dfs_do_automount() 327 if (full_path == NULL) in cifs_dfs_do_automount() 330 convert_delimiter(full_path, '\\'); in cifs_dfs_do_automount() 332 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); in cifs_dfs_do_automount() 363 cifs_remap(cifs_sb), full_path + 1, in cifs_dfs_do_automount() 379 mnt = cifs_dfs_do_mount(mntpt, cifs_sb, full_path); in cifs_dfs_do_automount() 381 full_path + 1, mnt); in cifs_dfs_do_automount() 386 kfree(full_path); in cifs_dfs_do_automount()
|
| H A D | smb1ops.c | 516 struct cifs_sb_info *cifs_sb, const char *full_path) in cifs_is_path_accessible() argument 525 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 530 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 538 struct cifs_sb_info *cifs_sb, const char *full_path, in cifs_query_path_info() argument 546 rc = CIFSSMBQPathInfo(xid, tcon, full_path, data, 0 /* not legacy */, in cifs_query_path_info() 554 rc = SMBQueryInformation(xid, tcon, full_path, data, in cifs_query_path_info() 571 oparms.path = full_path; in cifs_query_path_info() 588 struct cifs_sb_info *cifs_sb, const char *full_path, in cifs_get_srv_inum() argument 602 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum() 677 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, in cifs_mkdir_setinfo() argument [all …]
|
| H A D | readdir.c | 386 char *full_path) in initiate_cifs_search() argument 425 cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos); in initiate_cifs_search() 448 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb, in initiate_cifs_search() 706 struct file *file, char *full_path, in find_cifs_entry() argument 760 rc = initiate_cifs_search(xid, file, full_path); in find_cifs_entry() 944 char *full_path = NULL; in cifs_readdir() local 948 full_path = build_path_from_dentry(file_dentry(file)); in cifs_readdir() 949 if (full_path == NULL) { in cifs_readdir() 959 rc = initiate_cifs_search(xid, file, full_path); in cifs_readdir() 986 rc = find_cifs_entry(xid, tcon, ctx->pos, file, full_path, in cifs_readdir() [all …]
|
| H A D | connect.c | 4199 char *full_path, *pos; in build_unc_path_to_root() local 4207 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root() 4208 if (full_path == NULL) in build_unc_path_to_root() 4211 memcpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root() 4212 pos = full_path + unc_len; in build_unc_path_to_root() 4221 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in build_unc_path_to_root() 4222 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path); in build_unc_path_to_root() 4223 return full_path; in build_unc_path_to_root() 4244 char *full_path = NULL, *mdata = NULL; in expand_dfs_referral() local 4249 full_path = build_unc_path_to_root(volume_info, cifs_sb, true); in expand_dfs_referral() [all …]
|
| H A D | smb2proto.h | 85 const char *full_path, FILE_ALL_INFO *data, 88 const char *full_path, __u64 size, 90 extern int smb2_set_file_info(struct inode *inode, const char *full_path, 94 const char *full_path, 99 extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
|
| H A D | file.c | 114 int cifs_posix_open(char *full_path, struct inode **pinode, in cifs_posix_open() argument 126 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open() 143 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open() 177 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument 238 oparms.path = full_path; in cifs_nt_open() 249 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 252 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 527 char *full_path = NULL; in cifs_open() local 543 full_path = build_path_from_dentry(file_dentry(file)); in cifs_open() 544 if (full_path == NULL) { in cifs_open() [all …]
|
| H A D | trace.h | 293 const char *full_path), 294 TP_ARGS(xid, tid, sesid, full_path), 299 __string(path, full_path) 305 __assign_str(path, full_path); 317 const char *full_path), \ 318 TP_ARGS(xid, tid, sesid, full_path))
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsnames.c | 194 char *full_path, u32 path_size, u8 no_trailing) in acpi_ns_build_normalized_path() argument 217 if (!full_path) { in acpi_ns_build_normalized_path() 228 ACPI_PATH_PUT8(full_path, path_size, in acpi_ns_build_normalized_path() 240 ACPI_PATH_PUT8(full_path, path_size, c, length); in acpi_ns_build_normalized_path() 247 ACPI_PATH_PUT8(full_path, path_size, AML_ROOT_PREFIX, length); in acpi_ns_build_normalized_path() 252 left = full_path; in acpi_ns_build_normalized_path() 253 right = full_path + length - 1; in acpi_ns_build_normalized_path() 265 ACPI_PATH_PUT8(full_path, path_size, '\0', length); in acpi_ns_build_normalized_path() 342 char *full_path = NULL; in acpi_ns_build_prefixed_pathname() local 366 full_path = in acpi_ns_build_prefixed_pathname() [all …]
|
| H A D | uterror.c | 174 char *full_path; in acpi_ut_prefixed_namespace_error() local 204 full_path = in acpi_ut_prefixed_namespace_error() 208 full_path ? full_path : "Could not get pathname", in acpi_ut_prefixed_namespace_error() 211 if (full_path) { in acpi_ut_prefixed_namespace_error() 212 ACPI_FREE(full_path); in acpi_ut_prefixed_namespace_error()
|
| /OK3568_Linux_fs/buildroot/package/curlftpfs/ |
| H A D | 0003-nocache-memleak-fix.patch | 37 - cache_add_link(full_path, reallink, linksize+1); 38 - DEBUG(1, "cache_add_link: %s %s\n", full_path, reallink); 40 + cache_add_link(full_path, reallink, linksize+1); 41 + DEBUG(1, "cache_add_link: %s %s\n", full_path, reallink); 50 - DEBUG(1, "cache_add_attr: %s\n", full_path); 51 - cache_add_attr(full_path, &stat_buf); 53 + DEBUG(1, "cache_add_attr: %s\n", full_path); 54 + cache_add_attr(full_path, &stat_buf);
|
| H A D | 0001-fix-CURLOPT_INFILESIZE.patch | 8 curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path);
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-srv.c | 592 char *full_path; in rnbd_srv_get_full_path() local 595 full_path = kmalloc(PATH_MAX, GFP_KERNEL); in rnbd_srv_get_full_path() 596 if (!full_path) in rnbd_srv_get_full_path() 607 len = snprintf(full_path, PATH_MAX, "%.*s/%s/%s", len, in rnbd_srv_get_full_path() 612 kfree(full_path); in rnbd_srv_get_full_path() 616 snprintf(full_path, PATH_MAX, "%s/%s", in rnbd_srv_get_full_path() 621 a = strchr(full_path, '/'); in rnbd_srv_get_full_path() 635 return full_path; in rnbd_srv_get_full_path() 690 char *full_path; in process_msg_open() local 721 full_path = rnbd_srv_get_full_path(srv_sess, open_msg->dev_name); in process_msg_open() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | rootfs.py | 44 full_path = os.path.realpath(os.path.join(rootfs_dir, path)) 45 if not full_path.startswith(os.path.realpath(rootfs_dir)): 49 return full_path 201 full_path = cls.__validate_path("--exclude-path", new_rootfs, path) 203 if not os.path.lexists(full_path): 212 for entry in os.listdir(full_path): 213 full_entry = os.path.join(full_path, entry) 218 rm_cmd = "rm -rf %s" % (full_path)
|
| H A D | bootimg-pcbios.py | 72 full_path = creator._full_path(workdir, disk_name, "direct") 74 disk_name, full_path, disk.min_size) 76 dd_cmd = "dd if=%s of=%s conv=notrunc" % (mbrfile, full_path)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | utils.c | 342 char *full_path; in delete_dir_tree() local 347 full_path = concat_file_name(dir_path, dp->d_name); in delete_dir_tree() 349 result = delete_dir_tree(full_path); in delete_dir_tree() 351 result = unlink(full_path); in delete_dir_tree() 352 free(full_path); in delete_dir_tree()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 210 full_path = self._image.path 217 (python, bmaptool, full_path, full_path), self.native_sysroot) 221 exec_cmd("%s %s" % (self.compressor, full_path)) 233 full_path = self._full_path(self.outdir, self.parts[0].disk, extension) 234 msg += ' %s\n\n' % full_path
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/ |
| H A D | 0001-meson.build-allow-a-subset-of-tests-in-cross-compile.patch | 58 -test_env.set('GDK_PIXBUF_MODULE_FILE', loaders_cache.full_path()) 62 + test_env.set('GDK_PIXBUF_MODULE_FILE', loaders_cache.full_path())
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | common.c | 550 char full_path[64]; in read_sysfs_netdev_hex_int() local 552 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int() 555 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell/ |
| H A D | 0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch | 29 - serviceconf.set('gjs', gjs.full_path()) 73 -launcherconf.set('gjs', gjs.full_path())
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | license_image.bbclass | 285 full_path = root + "/" + file 286 if os.path.islink(full_path) and not os.path.exists(full_path): 287 bb.error("broken symlink: " + full_path)
|