Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/cifs/
A Ddfs.c29 if (!full_path || !*full_path || !ref || !ctx) in dfs_parse_target_referral()
64 char *full_path, *pos; in build_unc_path_to_root() local
72 if (full_path == NULL) in build_unc_path_to_root()
76 pos = full_path + unc_len; in build_unc_path_to_root()
87 return full_path; in build_unc_path_to_root()
177 if (IS_ERR(full_path)) { in __dfs_mount_share()
178 rc = PTR_ERR(full_path); in __dfs_mount_share()
179 full_path = NULL; in __dfs_mount_share()
215 kfree(full_path); in __dfs_mount_share()
221 full_path = NULL; in __dfs_mount_share()
[all …]
A Dxattr.c103 const char *full_path; in cifs_xattr_set() local
115 if (IS_ERR(full_path)) { in cifs_xattr_set()
116 rc = PTR_ERR(full_path); in cifs_xattr_set()
144 full_path, value, size); in cifs_xattr_set()
193 size, inode, full_path, aclflags); in cifs_xattr_set()
268 const char *full_path; in cifs_xattr_get() local
280 if (IS_ERR(full_path)) { in cifs_xattr_get()
281 rc = PTR_ERR(full_path); in cifs_xattr_get()
367 const char *full_path; in cifs_listxattr() local
385 if (IS_ERR(full_path)) { in cifs_listxattr()
[all …]
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
198 if (IS_ERR(full_path)) {
313 .path = full_path,
591 const char *full_path; local
610 if (IS_ERR(full_path)) {
[all …]
A Dcifs_dfs_ref.c121 static int set_dest_addr(struct smb3_fs_context *ctx, const char *full_path) in set_dest_addr() argument
126 rc = dns_resolve_server_name_to_ip(full_path, addr, NULL); in set_dest_addr()
144 char *full_path; in cifs_dfs_do_automount() local
169 full_path = dfs_get_automount_devname(mntpt, page); in cifs_dfs_do_automount()
170 if (IS_ERR(full_path)) { in cifs_dfs_do_automount()
171 mnt = ERR_CAST(full_path); in cifs_dfs_do_automount()
175 convert_delimiter(full_path, '/'); in cifs_dfs_do_automount()
176 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); in cifs_dfs_do_automount()
179 tmp.source = full_path; in cifs_dfs_do_automount()
189 rc = set_dest_addr(ctx, full_path); in cifs_dfs_do_automount()
[all …]
A Dsmb2inode.c59 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument
166 full_path); in smb2_compound_op()
280 full_path); in smb2_compound_op()
541 if (strcmp(full_path, "")) in smb2_query_path_info()
557 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
577 cifs_get_readable_path(tcon, full_path, &cfile); in smb2_query_path_info()
586 full_path, &islink); in smb2_query_path_info()
634 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_query_path_info()
651 cifs_get_readable_path(tcon, full_path, &cfile); in smb311_posix_query_path_info()
787 const char *full_path, __u64 size, in smb2_set_path_size() argument
[all …]
A Dinode.c426 full_path);
1052 full_path,
1129 full_path);
1232 full_path);
1528 .path = full_path,
1641 const char *full_path; local
1924 const char *full_path; local
2002 const char *full_path; local
2437 const char *full_path; local
2740 const char *full_path; local
[all …]
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()
546 struct cifs_sb_info *cifs_sb, const char *full_path, in cifs_query_path_info() argument
585 .path = full_path, in cifs_query_path_info()
833 .path = full_path, in smb_set_file_info()
983 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); in cifs_query_symlink()
996 rc = cifs_unix_dfs_readlink(xid, tcon, full_path, in cifs_query_symlink()
1010 .path = full_path, in cifs_query_symlink()
1062 const char *full_path, umode_t mode, dev_t dev) in cifs_make_node() argument
1101 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_make_node()
[all …]
A Dlink.c584 const char *full_path; local
604 full_path = build_path_from_dentry(direntry, page);
605 if (IS_ERR(full_path)) {
606 rc = PTR_ERR(full_path);
610 cifs_dbg(FYI, "Full path: %s\n", full_path);
615 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
618 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
628 rc = smb311_posix_get_inode_info(&newinode, full_path, inode->i_sb, xid);
630 rc = cifs_get_inode_info_unix(&newinode, full_path,
633 rc = cifs_get_inode_info(&newinode, full_path, NULL,
A Dreaddir.c373 const char *full_path) in _initiate_cifs_search() argument
456 const char *full_path) in initiate_cifs_search() argument
461 rc = _initiate_cifs_search(xid, file, full_path); in initiate_cifs_search()
714 struct file *file, const char *full_path, in find_cifs_entry() argument
768 rc = initiate_cifs_search(xid, file, full_path); in find_cifs_entry()
1070 const char *full_path; in cifs_readdir() local
1077 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir()
1078 if (IS_ERR(full_path)) { in cifs_readdir()
1079 rc = PTR_ERR(full_path); in cifs_readdir()
1136 rc = initiate_cifs_search(xid, file, full_path); in cifs_readdir()
[all …]
A Dsmb2proto.h60 struct cifs_sb_info *cifs_sb, const char *full_path,
63 const char *full_path, __u64 size,
65 extern int smb2_set_file_info(struct inode *inode, const char *full_path,
69 const char *full_path,
74 extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
279 struct cifs_sb_info *cifs_sb, const char *full_path,
A Dcifsacl.c1690 const char *full_path; in cifs_get_acl() local
1701 full_path = build_path_from_dentry(dentry, page); in cifs_get_acl()
1702 if (IS_ERR(full_path)) { in cifs_get_acl()
1703 acl = ERR_CAST(full_path); in cifs_get_acl()
1711 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl, in cifs_get_acl()
1753 const char *full_path; in cifs_set_acl() local
1764 full_path = build_path_from_dentry(dentry, page); in cifs_set_acl()
1765 if (IS_ERR(full_path)) { in cifs_set_acl()
1766 rc = PTR_ERR(full_path); in cifs_set_acl()
1788 rc = cifs_do_set_acl(xid, pTcon, full_path, acl, in cifs_set_acl()
[all …]
A Dfile.c395 .path = full_path, in cifs_nt_open()
699 const char *full_path; in cifs_open() local
723 if (IS_ERR(full_path)) { in cifs_open()
724 rc = PTR_ERR(full_path); in cifs_open()
898 const char *full_path; in cifs_reopen_file() local
925 if (IS_ERR(full_path)) { in cifs_reopen_file()
929 return PTR_ERR(full_path); in cifs_reopen_file()
984 .path = full_path, in cifs_reopen_file()
2360 if (IS_ERR(full_path)) { in cifs_get_writable_path()
2363 return PTR_ERR(full_path); in cifs_get_writable_path()
[all …]
A Dmisc.c801 const char *full_path; in cifs_close_deferred_file_under_dentry() local
807 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry()
808 if (strstr(full_path, path)) { in cifs_close_deferred_file_under_dentry()
1212 const char *full_path, in cifs_inval_name_dfs_link_error() argument
1226 if (strlen(full_path) < 2 || !cifs_sb || in cifs_inval_name_dfs_link_error()
1235 len = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1) + strlen(full_path) + 1; in cifs_inval_name_dfs_link_error()
1240 scnprintf(path, len, "%s%s", tcon->tree_name, full_path); in cifs_inval_name_dfs_link_error()
A Dcifsproto.h189 extern int cifs_posix_open(const char *full_path, struct inode **inode,
203 int cifs_get_inode_info(struct inode **inode, const char *full_path,
212 unsigned int xid, const char *full_path, __u32 dosattr);
213 extern int cifs_rename_pending_delete(const char *full_path,
673 const char *full_path,
679 const char *full_path, in cifs_inval_name_dfs_link_error() argument
A Ddfs.h13 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref,
A Dtrace.h339 const char *full_path),
340 TP_ARGS(xid, tid, sesid, full_path),
345 __string(path, full_path)
351 __assign_str(path, full_path);
363 const char *full_path), \
364 TP_ARGS(xid, tid, sesid, full_path))
A Dcifsfs.c811 char *full_path = NULL; in cifs_get_root() local
818 full_path = cifs_build_path_to_root(ctx, cifs_sb, in cifs_get_root()
820 if (full_path == NULL) in cifs_get_root()
823 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root()
827 s = full_path; in cifs_get_root()
853 kfree(full_path); in cifs_get_root()
A Dcifsglob.h322 struct cifs_sb_info *cifs_sb, const char *full_path,
333 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid,
353 const char *full_path,
524 const char *full_path,
A Dconnect.c3313 char *full_path, in cifs_are_all_path_components_accessible() argument
3322 s = full_path; in cifs_are_all_path_components_accessible()
3349 full_path); in cifs_are_all_path_components_accessible()
3368 char *full_path; in cifs_is_path_remote() local
3376 full_path = cifs_build_path_to_root(ctx, cifs_sb, tcon, in cifs_is_path_remote()
3378 if (full_path == NULL) in cifs_is_path_remote()
3381 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); in cifs_is_path_remote()
3384 full_path); in cifs_is_path_remote()
3390 cifs_sb, full_path, tcon->Flags & SMB_SHARE_IS_IN_DFS); in cifs_is_path_remote()
3399 kfree(full_path); in cifs_is_path_remote()
/linux-6.3-rc2/drivers/acpi/acpica/
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 …]
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()
A Dacnamesp.h257 char *full_path, u32 path_size, u8 no_trailing);
/linux-6.3-rc2/drivers/block/rnbd/
A Drnbd-srv.c588 char *full_path; in rnbd_srv_get_full_path() local
592 if (!full_path) in rnbd_srv_get_full_path()
608 kfree(full_path); in rnbd_srv_get_full_path()
612 snprintf(full_path, PATH_MAX, "%s/%s", in rnbd_srv_get_full_path()
617 a = strchr(full_path, '/'); in rnbd_srv_get_full_path()
631 return full_path; in rnbd_srv_get_full_path()
685 char *full_path; in process_msg_open() local
715 if (IS_ERR(full_path)) { in process_msg_open()
716 ret = PTR_ERR(full_path); in process_msg_open()
779 kfree(full_path); in process_msg_open()
[all …]
/linux-6.3-rc2/tools/bpf/bpftool/
A Dcommon.c625 char full_path[64]; in read_sysfs_netdev_hex_int() local
627 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int()
630 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()
/linux-6.3-rc2/fs/btrfs/
A Dsend.c3005 struct fs_path *full_path; member
3032 fs_path_free(ref->full_path); in recorded_ref_free()
3038 ref->full_path = path; in set_ref_path()
4075 fs_path_free(ref->full_path); in update_ref_path()
4131 fs_path_reset(ref->full_path); in refresh_ref_path()
4141 set_ref_path(ref, ref->full_path); in refresh_ref_path()
4288 cur->full_path); in process_recorded_refs()
4442 cur->full_path); in process_recorded_refs()
4445 cur->full_path); in process_recorded_refs()
4461 ret = send_link(sctx, cur->full_path, in process_recorded_refs()
[all …]

Completed in 74 milliseconds

12