Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/acpi/acpica/
H A Dnsnames.c217 if (!full_path) { in acpi_ns_build_normalized_path()
228 ACPI_PATH_PUT8(full_path, path_size, 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()
342 char *full_path = NULL; in acpi_ns_build_prefixed_pathname() local
366 full_path = in acpi_ns_build_prefixed_pathname()
369 if (!full_path) { in acpi_ns_build_prefixed_pathname()
376 strcat(full_path, prefix_path); in acpi_ns_build_prefixed_pathname()
378 strcat(full_path, "."); in acpi_ns_build_prefixed_pathname()
383 strcat(full_path, external_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()
/linux-6.15/fs/smb/client/
H A Dxattr.c106 const char *full_path; in cifs_xattr_set() local
118 if (IS_ERR(full_path)) { in cifs_xattr_set()
119 rc = PTR_ERR(full_path); in cifs_xattr_set()
147 full_path, value, size); in cifs_xattr_set()
208 size, inode, full_path, aclflags); in cifs_xattr_set()
283 const char *full_path; in cifs_xattr_get() local
295 if (IS_ERR(full_path)) { in cifs_xattr_get()
296 rc = PTR_ERR(full_path); in cifs_xattr_get()
397 const char *full_path; in cifs_listxattr() local
415 if (IS_ERR(full_path)) { in cifs_listxattr()
[all …]
H A Ddir.c44 char *full_path = NULL; in cifs_build_path_to_root() local
49 return full_path; 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()
66 return full_path; in cifs_build_path_to_root()
186 const char *full_path; local
199 if (IS_ERR(full_path)) {
321 .path = full_path,
606 const char *full_path; local
625 if (IS_ERR(full_path)) {
[all …]
H A Dsmb2inode.c309 ses->Suid, full_path); in smb2_compound_op()
345 ses->Suid, full_path); in smb2_compound_op()
440 ses->Suid, full_path); in smb2_compound_op()
534 ses->Suid, full_path); in smb2_compound_op()
875 const char *full_path, in parse_create_response() argument
889 full_path, in parse_create_response()
938 const char *full_path, in smb2_query_path_info() argument
963 if (*full_path) { in smb2_query_path_info()
1096 full_path, &islink); in smb2_query_path_info()
1327 const char *full_path, in smb2_get_reparse_inode() argument
[all …]
H A Dinode.c480 cifs_sb, full_path, in cifs_get_unix_fattr()
1334 full_path, in cifs_get_fattr()
1425 const char *full_path, in cifs_get_inode_info() argument
1825 .path = full_path, in cifs_rename_pending_delete()
1938 const char *full_path; in cifs_unlink() local
1972 if (IS_ERR(full_path)) { in cifs_unlink()
2228 const char *full_path; local
2306 const char *full_path; local
2732 const char *full_path; local
3018 const char *full_path; local
[all …]
H A Dreparse.c33 const char *full_path,
245 const char *full_path, in detect_directory_symlink_target() argument
285 __func__, symname, full_path); in detect_directory_symlink_target()
295 full_path_len = strlen(full_path); in detect_directory_symlink_target()
344 __func__, symname, full_path); in detect_directory_symlink_target()
383 const char *full_path) in create_native_socket() argument
782 const char *full_path, in smb2_parse_native_symlink() argument
948 if (full_path[i] == sep) in smb2_parse_native_symlink()
991 const char *full_path, in parse_reparse_native_symlink() argument
1010 full_path, in parse_reparse_native_symlink()
[all …]
H A Ddfs.c30 if (!full_path || !*full_path || !ref || !ctx) in dfs_parse_target_referral()
36 if (strlen(full_path) - ref->path_consumed) { in dfs_parse_target_referral()
37 prepath = full_path + ref->path_consumed; in dfs_parse_target_referral()
63 ctx->leaf_fullpath = (char *)full_path; in get_session()
105 char *ref_path, *full_path; in setup_dfs_ref() local
111 full_path = smb3_fs_context_fullpath(ctx, CIFS_DIR_SEP(cifs_sb)); in setup_dfs_ref()
112 if (IS_ERR(full_path)) in setup_dfs_ref()
113 return PTR_ERR(full_path); in setup_dfs_ref()
119 ref_path = dfs_get_path(cifs_sb, full_path); in setup_dfs_ref()
122 kfree(full_path); in setup_dfs_ref()
[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,
117 const char *full_path,
121 const char *full_path,
315 const char *full_path,
322 const char *full_path, const char *symname);
[all …]
H A Dsmb1ops.c520 struct cifs_sb_info *cifs_sb, const char *full_path) in cifs_is_path_accessible() argument
529 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible()
543 const char *full_path, in cifs_query_path_info() argument
622 } else if (!full_path[0]) { in cifs_query_path_info()
977 .path = full_path, in smb_set_file_info()
1009 rc = SMBSetInformation(xid, tcon, full_path, in smb_set_file_info()
1048 SMBSetInformation(xid, tcon, full_path, in smb_set_file_info()
1172 const char *full_path, in cifs_query_symlink() argument
1185 rc = cifs_unix_dfs_readlink(xid, tcon, full_path, in cifs_query_symlink()
1260 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_make_node()
[all …]
H A Dlink.c576 const char *full_path; local
598 full_path = build_path_from_dentry(direntry, page);
599 if (IS_ERR(full_path)) {
600 rc = PTR_ERR(full_path);
604 cifs_dbg(FYI, "Full path: %s\n", full_path);
620 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path,
631 full_path, symname);
638 full_path, S_IFLNK,
651 full_path,
663 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.h22 char *full_path; member
41 #define ref_walk_fpath(w) (ref_walk_cur(w)->full_path)
66 kfree(ref->full_path); in __ref_walk_free()
154 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref,
H A Dreaddir.c346 const char *full_path) in _initiate_cifs_search() argument
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
741 rc = initiate_cifs_search(xid, file, full_path); in find_cifs_entry()
1042 const char *full_path; in cifs_readdir() local
1049 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
1050 if (IS_ERR(full_path)) { in cifs_readdir()
1051 rc = PTR_ERR(full_path); in cifs_readdir()
1108 rc = initiate_cifs_search(xid, file, full_path); in cifs_readdir()
[all …]
H A Dfile.c591 .path = full_path, in cifs_nt_open()
954 const char *full_path; in cifs_open() local
978 if (IS_ERR(full_path)) { in cifs_open()
979 rc = PTR_ERR(full_path); in cifs_open()
1162 const char *full_path; in cifs_reopen_file() local
1190 if (IS_ERR(full_path)) { in cifs_reopen_file()
1194 return PTR_ERR(full_path); in cifs_reopen_file()
1254 .path = full_path, in cifs_reopen_file()
2599 if (IS_ERR(full_path)) { in cifs_get_writable_path()
2602 return PTR_ERR(full_path); in cifs_get_writable_path()
[all …]
H A Dcifsproto.h202 extern int cifs_posix_open(const char *full_path, struct inode **inode,
217 int cifs_get_inode_info(struct inode **inode, const char *full_path,
221 const char *full_path,
229 unsigned int xid, const char *full_path, __u32 dosattr);
230 extern int cifs_rename_pending_delete(const char *full_path,
483 const char *full_path,
666 const char *full_path,
670 const char *full_path, umode_t mode, dev_t dev,
674 const char *full_path, umode_t mode, dev_t dev);
693 const char *full_path,
[all …]
H A Dmisc.c827 const char *full_path; in cifs_close_deferred_file_under_dentry() local
833 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
834 if (strstr(full_path, path)) { in cifs_close_deferred_file_under_dentry()
869 const char *full_path; in cifs_mark_open_handles_for_deleted_file() local
882 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_mark_open_handles_for_deleted_file()
883 if (!IS_ERR(full_path) && strcmp(full_path, path) == 0) in cifs_mark_open_handles_for_deleted_file()
1230 const char *full_path, in cifs_inval_name_dfs_link_error() argument
1245 if (strlen(full_path) < 2 || !cifs_sb || in cifs_inval_name_dfs_link_error()
1261 len = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1) + strlen(full_path) + 1; in cifs_inval_name_dfs_link_error()
1266 scnprintf(path, len, "%s%s", tcon->tree_name, full_path); in cifs_inval_name_dfs_link_error()
H A Dreparse.h134 const char *full_path, const char *symname);
137 const char *full_path, umode_t mode, dev_t dev);
H A Dcifsacl.c1726 const char *full_path; in cifs_get_acl() local
1737 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl()
1738 if (IS_ERR(full_path)) { in cifs_get_acl()
1739 acl = ERR_CAST(full_path); in cifs_get_acl()
1747 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl()
1789 const char *full_path; in cifs_set_acl() local
1800 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
1801 if (IS_ERR(full_path)) { in cifs_set_acl()
1802 rc = PTR_ERR(full_path); in cifs_set_acl()
1824 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
[all …]
H A Dcifsfs.c317 const char *full_path; in cifs_statfs() local
323 full_path = build_path_from_dentry(dentry, page); in cifs_statfs()
324 if (IS_ERR(full_path)) { in cifs_statfs()
325 rc = PTR_ERR(full_path); in cifs_statfs()
343 rc = server->ops->queryfs(xid, tcon, full_path, cifs_sb, buf); in cifs_statfs()
894 char *full_path = NULL; in cifs_get_root() local
901 full_path = cifs_build_path_to_root(ctx, cifs_sb, in cifs_get_root()
903 if (full_path == NULL) in cifs_get_root()
906 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root()
910 s = full_path; in cifs_get_root()
[all …]
H A Dtrace.h641 const char *full_path),
642 TP_ARGS(xid, tid, sesid, full_path),
647 __string(path, full_path)
665 const char *full_path), \
666 TP_ARGS(xid, tid, sesid, full_path))
1016 const char *full_path,
1019 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access),
1024 __string(path, full_path)
1046 const char *full_path, \
1049 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access))
H A Dcifsglob.h403 const char *full_path,
412 const char *full_path,
417 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid,
438 const char *full_path,
472 const char *full_path,
616 const char *full_path,
634 const char *full_path,
H A Dsmb2file.c113 const char *full_path, char **path) in smb2_parse_symlink_response() argument
139 full_path, in smb2_parse_symlink_response()
/linux-6.15/drivers/block/rnbd/
H A Drnbd-srv.c594 char *full_path; in rnbd_srv_get_full_path() local
598 full_path = kmalloc(PATH_MAX, GFP_KERNEL); in rnbd_srv_get_full_path()
599 if (!full_path) in rnbd_srv_get_full_path()
619 kfree(full_path); in rnbd_srv_get_full_path()
624 a = strchr(full_path, '/'); in rnbd_srv_get_full_path()
638 return full_path; in rnbd_srv_get_full_path()
690 char *full_path; in process_msg_open() local
719 if (IS_ERR(full_path)) { in process_msg_open()
720 ret = PTR_ERR(full_path); in process_msg_open()
784 kfree(full_path); in process_msg_open()
[all …]
/linux-6.15/tools/bpf/bpftool/
H A Dcommon.c701 char full_path[64]; in read_sysfs_netdev_hex_int() local
703 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int()
706 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()

12