| /Linux-v5.10/fs/cifs/ | 
| D | dir.c | 54 	char *full_path = NULL;  in cifs_build_path_to_root()  local58 		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 …]
 
 | 
| D | xattr.c | 54 			   struct inode *inode, char *full_path,  in cifs_attrib_set()  argument69 		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 …]
 
 | 
| D | inode.c | 371 			     const unsigned char *full_path,  argument381 	cifs_dbg(FYI, "Getting info on %s\n", full_path);
 389 	rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
 405 					     full_path);
 816 			    const char *full_path,  argument
 841 	rc = CIFSFindFirst(xid, tcon, full_path,
 856 		   const char *full_path,  argument
 878 				       cifs_sb, full_path,
 896 	if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) {
 916 		    const char *full_path,  argument
 [all …]
 
 | 
| D | smb2inode.c | 64 		 struct cifs_sb_info *cifs_sb, const char *full_path,  in smb2_compound_op()  argument105 	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 …]
 
 | 
| D | cifs_dfs_ref.c | 300 	char *full_path, *root_path;  in cifs_dfs_do_automount()  local323 	full_path = build_path_from_dentry_optional_prefix(mntpt, true);  in cifs_dfs_do_automount()
 324 	if (full_path == NULL)  in cifs_dfs_do_automount()
 327 	convert_delimiter(full_path, '\\');  in cifs_dfs_do_automount()
 329 	cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path);  in cifs_dfs_do_automount()
 360 				    cifs_remap(cifs_sb), full_path + 1,  in cifs_dfs_do_automount()
 376 	mnt = cifs_dfs_do_mount(mntpt, cifs_sb, full_path);  in cifs_dfs_do_automount()
 378 		 full_path + 1, mnt);  in cifs_dfs_do_automount()
 383 	kfree(full_path);  in cifs_dfs_do_automount()
 
 | 
| D | link.c | 603 	char *full_path = NULL;  in cifs_get_link()  local623 	full_path = build_path_from_dentry(direntry);  in cifs_get_link()
 624 	if (!full_path) {  in cifs_get_link()
 630 	cifs_dbg(FYI, "Full path: %s inode = 0x%p\n", full_path, inode);  in cifs_get_link()
 638 		rc = query_mf_symlink(xid, tcon, cifs_sb, full_path,  in cifs_get_link()
 648 		rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,  in cifs_get_link()
 652 	kfree(full_path);  in cifs_get_link()
 671 	char *full_path = NULL;  in cifs_symlink()  local
 683 	full_path = build_path_from_dentry(direntry);  in cifs_symlink()
 684 	if (full_path == NULL) {  in cifs_symlink()
 [all …]
 
 | 
| D | smb1ops.c | 516 			struct cifs_sb_info *cifs_sb, const char *full_path)  in cifs_is_path_accessible()  argument525 	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 …]
 
 | 
| D | readdir.c | 386 		     char *full_path)  in initiate_cifs_search()  argument425 	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 …]
 
 | 
| D | connect.c | 4181 	char *full_path, *pos;  in build_unc_path_to_root()  local4189 	full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL);  in build_unc_path_to_root()
 4190 	if (full_path == NULL)  in build_unc_path_to_root()
 4193 	memcpy(full_path, vol->UNC, unc_len);  in build_unc_path_to_root()
 4194 	pos = full_path + unc_len;  in build_unc_path_to_root()
 4203 	convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb));  in build_unc_path_to_root()
 4204 	cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path);  in build_unc_path_to_root()
 4205 	return full_path;  in build_unc_path_to_root()
 4226 	char *full_path = NULL, *mdata = NULL;  in expand_dfs_referral()  local
 4231 	full_path = build_unc_path_to_root(volume_info, cifs_sb, true);  in expand_dfs_referral()
 [all …]
 
 | 
| 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,
 
 | 
| D | file.c | 114 int cifs_posix_open(char *full_path, struct inode **pinode,  in cifs_posix_open()  argument126 	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()
 176 cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb,  in cifs_nt_open()  argument
 237 	oparms.path = full_path;  in cifs_nt_open()
 248 		rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb,  in cifs_nt_open()
 251 		rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb,  in cifs_nt_open()
 526 	char *full_path = NULL;  in cifs_open()  local
 542 	full_path = build_path_from_dentry(file_dentry(file));  in cifs_open()
 543 	if (full_path == NULL) {  in cifs_open()
 [all …]
 
 | 
| 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))
 
 | 
| D | cifsproto.h | 185 extern int cifs_posix_open(char *full_path, struct inode **inode,199 extern int cifs_get_inode_info(struct inode **inode, const char *full_path,
 208 			      unsigned int xid, char *full_path, __u32 dosattr);
 209 extern int cifs_rename_pending_delete(const char *full_path,
 
 | 
| D | cifsfs.c | 727 	char *full_path = NULL;  in cifs_get_root()  local734 	full_path = cifs_build_path_to_root(vol, cifs_sb,  in cifs_get_root()
 736 	if (full_path == NULL)  in cifs_get_root()
 739 	cifs_dbg(FYI, "Get root dentry for %s\n", full_path);  in cifs_get_root()
 743 	p = s = full_path;  in cifs_get_root()
 769 	kfree(full_path);  in cifs_get_root()
 
 | 
| D | smb2ops.c | 926 			struct cifs_sb_info *cifs_sb, const char *full_path)  in smb2_is_path_accessible()  argument934 	if ((*full_path == 0) && tcon->crfid.is_valid)  in smb2_is_path_accessible()
 937 	utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);  in smb2_is_path_accessible()
 962 		  struct cifs_sb_info *cifs_sb, const char *full_path,  in smb2_get_srv_inum()  argument
 2866 		   struct cifs_sb_info *cifs_sb, const char *full_path,  in smb2_query_symlink()  argument
 2895 	cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path);  in smb2_query_symlink()
 2906 	utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);  in smb2_query_symlink()
 3055 		   struct cifs_sb_info *cifs_sb, const char *full_path,  in smb2_query_reparse_tag()  argument
 3075 	cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path);  in smb2_query_reparse_tag()
 3084 	utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);  in smb2_query_reparse_tag()
 [all …]
 
 | 
| D | cifsglob.h | 327 			const char *full_path,497 			 char *full_path,
 
 | 
| /Linux-v5.10/drivers/acpi/acpica/ | 
| D | nsnames.c | 194 			      char *full_path, u32 path_size, u8 no_trailing)  in acpi_ns_build_normalized_path()  argument217 	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 …]
 
 | 
| D | uterror.c | 174 	char *full_path;  in acpi_ut_prefixed_namespace_error()  local204 	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()
 
 | 
| D | acnamesp.h | 257 			      char *full_path, u32 path_size, u8 no_trailing);
 | 
| /Linux-v5.10/drivers/block/rnbd/ | 
| D | rnbd-srv.c | 592 	char *full_path;  in rnbd_srv_get_full_path()  local595 	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 …]
 
 | 
| /Linux-v5.10/tools/bpf/bpftool/ | 
| D | common.c | 542 	char full_path[64];  in read_sysfs_netdev_hex_int()  local544 	snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s",  in read_sysfs_netdev_hex_int()
 547 	return read_sysfs_hex_int(full_path);  in read_sysfs_netdev_hex_int()
 
 | 
| /Linux-v5.10/fs/btrfs/ | 
| D | send.c | 2767 	struct fs_path *full_path;  member2775 	ref->full_path = path;  in set_ref_path()
 2776 	ref->name = (char *)kbasename(ref->full_path->start);  in set_ref_path()
 2777 	ref->name_len = ref->full_path->end - ref->name;  in set_ref_path()
 2811 	new->full_path = NULL;  in dup_ref()
 2823 		fs_path_free(cur->full_path);  in __free_recorded_refs()
 3802 	fs_path_free(ref->full_path);  in update_ref_path()
 3858 	fs_path_reset(ref->full_path);  in refresh_ref_path()
 3859 	ret = get_cur_path(sctx, ref->dir, ref->dir_gen, ref->full_path);  in refresh_ref_path()
 3863 	ret = fs_path_add(ref->full_path, name, ref->name_len);  in refresh_ref_path()
 [all …]
 
 | 
| /Linux-v5.10/tools/perf/util/ | 
| D | annotate.h | 84 	     full_path,  member
 | 
| D | annotate.c | 2369 	if (opts->full_path)  in symbol__annotate_printf()2773 		srcline_full_filename = opts->full_path;  in symbol__tty_annotate2()
 2801 		srcline_full_filename = opts->full_path;  in symbol__tty_annotate()
 
 | 
| /Linux-v5.10/tools/perf/ | 
| D | builtin-annotate.c | 518 	OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path,  in cmd_annotate()
 |