Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/drivers/acpi/acpica/
H A Dnsnames.c194 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 Duterror.c174 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()
/openbmc/linux/fs/smb/client/
H A Dxattr.c44 struct inode *inode, const char *full_path, in cifs_attrib_set() argument
59 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_attrib_set()
68 struct inode *inode, const char *full_path, in cifs_creation_time_set() argument
83 rc = pTcon->ses->server->ops->set_file_info(inode, full_path, in cifs_creation_time_set()
103 const char *full_path; in cifs_xattr_set() local
114 full_path = build_path_from_dentry(dentry, page); in cifs_xattr_set()
115 if (IS_ERR(full_path)) { in cifs_xattr_set()
116 rc = PTR_ERR(full_path); in cifs_xattr_set()
136 rc = cifs_attrib_set(xid, pTcon, inode, full_path, in cifs_xattr_set()
144 full_path, value, size); in cifs_xattr_set()
[all …]
H A Ddir.c44 char *full_path = NULL; in cifs_build_path_to_root() local
48 full_path = kzalloc(1, GFP_KERNEL); in cifs_build_path_to_root()
49 return full_path; in cifs_build_path_to_root()
57 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root()
58 if (full_path == NULL) in cifs_build_path_to_root()
59 return full_path; in cifs_build_path_to_root()
62 memcpy(full_path, tcon->tree_name, dfsplen); in cifs_build_path_to_root()
63 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root()
64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root()
65 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in cifs_build_path_to_root()
[all …]
H A Dinode.c414 static int cifs_get_unix_fattr(const unsigned char *full_path, in cifs_get_unix_fattr() argument
427 cifs_dbg(FYI, "Getting info on %s\n", full_path); in cifs_get_unix_fattr()
436 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, in cifs_get_unix_fattr()
455 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path); in cifs_get_unix_fattr()
463 cifs_sb, full_path, in cifs_get_unix_fattr()
471 const unsigned char *full_path, in cifs_get_inode_info_unix() argument
477 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid); in cifs_get_inode_info_unix()
487 static inline int cifs_get_unix_fattr(const unsigned char *full_path, in cifs_get_unix_fattr() argument
497 const unsigned char *full_path, in cifs_get_inode_info_unix() argument
971 * full_path (EACCE
985 cifs_backup_query_path_info(int xid,struct cifs_tcon * tcon,struct super_block * sb,const char * full_path,void ** resp_buf,FILE_ALL_INFO ** data) cifs_backup_query_path_info() argument
1022 cifs_set_fattr_ino(int xid,struct cifs_tcon * tcon,struct super_block * sb,struct inode ** inode,const char * full_path,struct cifs_open_info_data * data,struct cifs_fattr * fattr) cifs_set_fattr_ino() argument
1080 reparse_info_to_fattr(struct cifs_open_info_data * data,struct super_block * sb,const unsigned int xid,struct cifs_tcon * tcon,const char * full_path,struct cifs_fattr * fattr) reparse_info_to_fattr() argument
1154 cifs_get_fattr(struct cifs_open_info_data * data,struct super_block * sb,int xid,const struct cifs_fid * fid,struct cifs_fattr * fattr,struct inode ** inode,const char * full_path) cifs_get_fattr() argument
1315 cifs_get_inode_info(struct inode ** inode,const char * full_path,struct cifs_open_info_data * data,struct super_block * sb,int xid,const struct cifs_fid * fid) cifs_get_inode_info() argument
1340 smb311_posix_get_fattr(struct cifs_open_info_data * data,struct cifs_fattr * fattr,const char * full_path,struct super_block * sb,const unsigned int xid) smb311_posix_get_fattr() argument
1414 smb311_posix_get_inode_info(struct inode ** inode,const char * full_path,struct cifs_open_info_data * data,struct super_block * sb,const unsigned int xid) smb311_posix_get_inode_info() argument
1624 cifs_set_file_info(struct inode * inode,struct iattr * attrs,unsigned int xid,const char * full_path,__u32 dosattr) cifs_set_file_info() argument
1680 cifs_rename_pending_delete(const char * full_path,struct dentry * dentry,const unsigned int xid) cifs_rename_pending_delete() argument
1828 const char *full_path; cifs_unlink() local
1953 cifs_mkdir_qinfo(struct inode * parent,struct dentry * dentry,umode_t mode,const char * full_path,struct cifs_sb_info * cifs_sb,struct cifs_tcon * tcon,const unsigned int xid) global() argument
2046 cifs_posix_mkdir(struct inode * inode,struct dentry * dentry,umode_t mode,const char * full_path,struct cifs_sb_info * cifs_sb,struct cifs_tcon * tcon,const unsigned int xid) global() argument
2117 const char *full_path; global() local
2195 const char *full_path; global() local
2625 const char *full_path; global() local
2838 cifs_set_file_size(struct inode * inode,struct iattr * attrs,unsigned int xid,const char * full_path,struct dentry * dentry) global() argument
2930 const char *full_path; global() local
3085 const char *full_path; global() local
[all...]
H A Dsmb2inode.c173 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument
225 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
302 ses->Suid, full_path); in smb2_compound_op()
338 ses->Suid, full_path); in smb2_compound_op()
341 trace_smb3_delete_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
348 trace_smb3_mkdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
366 trace_smb3_rmdir_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
401 trace_smb3_set_eof_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
433 ses->Suid, full_path); in smb2_compound_op()
472 trace_smb3_rename_enter(xid, tcon->tid, ses->Suid, full_path); in smb2_compound_op()
[all …]
H A Dreparse.c19 const char *full_path,
25 const char *full_path, const char *symname) in smb2_create_reparse_symlink() argument
66 rc = detect_directory_symlink_target(cifs_sb, xid, full_path, symname, &directory); in smb2_create_reparse_symlink()
94 tcon, full_path, directory, in smb2_create_reparse_symlink()
109 const char *full_path, in detect_directory_symlink_target() argument
149 __func__, symname, full_path); in detect_directory_symlink_target()
159 full_path_len = strlen(full_path); in detect_directory_symlink_target()
176 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()
208 __func__, symname, full_path); in detect_directory_symlink_target()
236 __func__, symname, full_path); in detect_directory_symlink_target()
281 mknod_nfs(unsigned int xid,struct inode * inode,struct dentry * dentry,struct cifs_tcon * tcon,const char * full_path,umode_t mode,dev_t dev) mknod_nfs() argument
418 mknod_wsl(unsigned int xid,struct inode * inode,struct dentry * dentry,struct cifs_tcon * tcon,const char * full_path,umode_t mode,dev_t dev) mknod_wsl() argument
460 smb2_mknod_reparse(unsigned int xid,struct inode * inode,struct dentry * dentry,struct cifs_tcon * tcon,const char * full_path,umode_t mode,dev_t dev) smb2_mknod_reparse() argument
540 smb2_parse_native_symlink(char ** target,const char * buf,unsigned int len,bool unicode,bool relative,const char * full_path,struct cifs_sb_info * cifs_sb) smb2_parse_native_symlink() argument
607 parse_reparse_symlink(struct reparse_symlink_data_buffer * sym,u32 plen,bool unicode,struct cifs_sb_info * cifs_sb,const char * full_path,struct cifs_open_info_data * data) parse_reparse_symlink() argument
633 parse_reparse_point(struct reparse_data_buffer * buf,u32 plen,struct cifs_sb_info * cifs_sb,const char * full_path,bool unicode,struct cifs_open_info_data * data) parse_reparse_point() argument
664 smb2_parse_reparse_point(struct cifs_sb_info * cifs_sb,const char * full_path,struct kvec * rsp_iov,struct cifs_open_info_data * data) smb2_parse_reparse_point() argument
[all...]
H A Ddfs.c21 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref, in dfs_parse_target_referral() argument
28 if (!full_path || !*full_path || !ref || !ctx) in dfs_parse_target_referral()
34 if (strlen(full_path) - ref->path_consumed) { in dfs_parse_target_referral()
35 prepath = full_path + ref->path_consumed; in dfs_parse_target_referral()
56 static int get_session(struct cifs_mount_ctx *mnt_ctx, const char *full_path) in get_session() argument
61 ctx->leaf_fullpath = (char *)full_path; in get_session()
104 char *ref_path, *full_path; in set_ref_paths() local
107 full_path = smb3_fs_context_fullpath(ctx, CIFS_DIR_SEP(cifs_sb)); in set_ref_paths()
108 if (IS_ERR(full_path)) in set_ref_paths()
109 return PTR_ERR(full_path); in set_ref_paths()
[all …]
H A Dsmb1ops.c525 struct cifs_sb_info *cifs_sb, const char *full_path) in cifs_is_path_accessible() argument
534 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
539 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
548 const char *full_path, in cifs_query_path_info() argument
558 rc = CIFSSMBQPathInfo(xid, tcon, full_path, &fi, 0 /* not legacy */, cifs_sb->local_nls, in cifs_query_path_info()
566 rc = SMBQueryInformation(xid, tcon, full_path, &fi, cifs_sb->local_nls, in cifs_query_path_info()
588 .path = full_path, in cifs_query_path_info()
604 struct cifs_sb_info *cifs_sb, const char *full_path, in cifs_get_srv_inum() argument
618 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum()
704 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, in cifs_mkdir_setinfo() argument
[all …]
H A Dsmb2proto.h61 const char *full_path,
68 const char *full_path,
74 const char *full_path,
77 const char *full_path, __u64 size,
80 extern int smb2_set_file_info(struct inode *inode, const char *full_path,
84 const char *full_path,
89 extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
116 const char *full_path,
120 const char *full_path,
315 const char *full_path,
[all …]
H A Dlink.c575 const char *full_path; local
596 full_path = build_path_from_dentry(direntry, page);
597 if (IS_ERR(full_path)) {
598 rc = PTR_ERR(full_path);
602 cifs_dbg(FYI, "Full path: %s\n", full_path);
607 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
610 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
616 pTcon, full_path,
623 rc = smb311_posix_get_inode_info(&newinode, full_path,
626 rc = cifs_get_inode_info_unix(&newinode, full_path,
[all …]
H A Dnamespace.c197 char *full_path; in cifs_do_automount() local
229 full_path = automount_fullpath(mntpt, page); in cifs_do_automount()
230 if (IS_ERR(full_path)) { in cifs_do_automount()
231 mnt = ERR_CAST(full_path); in cifs_do_automount()
248 rc = smb3_parse_devname(full_path, ctx); in cifs_do_automount()
H A Ddfs.h21 char *full_path; member
39 #define ref_walk_fpath(w) (ref_walk_cur(w)->full_path)
61 kfree(ref->full_path); in __ref_walk_free()
119 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref,
H A Dreparse.h116 const char *full_path, const char *symname);
119 const char *full_path, umode_t mode, dev_t dev);
121 const char *full_path,
H A Dreaddir.c346 const char *full_path) in _initiate_cifs_search() argument
385 cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos); in _initiate_cifs_search()
408 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb, in _initiate_cifs_search()
426 const char *full_path) in initiate_cifs_search() argument
431 rc = _initiate_cifs_search(xid, file, full_path); in initiate_cifs_search()
684 struct file *file, const char *full_path, in find_cifs_entry() argument
738 rc = initiate_cifs_search(xid, file, full_path); in find_cifs_entry()
1039 const char *full_path; in cifs_readdir() local
1046 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
1047 if (IS_ERR(full_path)) { in cifs_readdir()
[all …]
H A Dcifsproto.h195 extern int cifs_posix_open(const char *full_path, struct inode **inode,
210 int cifs_get_inode_info(struct inode **inode, const char *full_path,
214 const char *full_path,
222 unsigned int xid, const char *full_path, __u32 dosattr);
223 extern int cifs_rename_pending_delete(const char *full_path,
477 const char *full_path,
684 const char *full_path,
688 const char *full_path, umode_t mode, dev_t dev);
707 const char *full_path,
713 const char *full_path, in cifs_inval_name_dfs_link_error() argument
/openbmc/obmc-console/test/
H A Dmeson.build57 args: [socat.full_path(), server.full_path()],
73 args: [socat.full_path(), server.full_path(), client.full_path()],
/openbmc/linux/drivers/block/rnbd/
H A Drnbd-srv.c586 char *full_path; in rnbd_srv_get_full_path() local
590 full_path = kmalloc(PATH_MAX, GFP_KERNEL); in rnbd_srv_get_full_path()
591 if (!full_path) in rnbd_srv_get_full_path()
602 len = snprintf(full_path, PATH_MAX, "%.*s/%s/%s", len, in rnbd_srv_get_full_path()
605 len = snprintf(full_path, PATH_MAX, "%s/%s", in rnbd_srv_get_full_path()
611 kfree(full_path); in rnbd_srv_get_full_path()
616 a = strchr(full_path, '/'); in rnbd_srv_get_full_path()
630 return full_path; in rnbd_srv_get_full_path()
682 char *full_path; in process_msg_open() local
710 full_path = rnbd_srv_get_full_path(srv_sess, open_msg->dev_name); in process_msg_open()
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py44 full_path = os.path.abspath(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 Dbootimg-pcbios.py72 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)
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dtelnet_execution.py11 full_path = abs_path.split("plugins")[0] variable
12 sys.path.append(full_path)
14 for root, dirs, files in os.walk(full_path):
H A Dssh_execution.py11 full_path = abs_path.split("plugins")[0] variable
12 sys.path.append(full_path)
14 for root, dirs, files in os.walk(full_path):
H A Dscp_execution.py11 full_path = abs_path.split("plugins")[0] variable
12 sys.path.append(full_path)
14 for root, dirs, files in os.walk(full_path):
/openbmc/openbmc-test-automation/ffdc/
H A Dcollect_ffdc.py15 full_path = abs_path.split("ffdc")[0] variable
16 sys.path.append(full_path)
18 for root, dirs, files in os.walk(full_path):
/openbmc/smbios-mdr/src/
H A Dcpuinfo_utils.cpp108 std::string full_path = newState; in updateOsState() local
111 full_path = in updateOsState()
119 full_path); in updateOsState()
123 std::cerr << "Invalid OperatingSystem Status: " << full_path << "\n"; in updateOsState()

1234