/Linux-v5.15/fs/cifs/ |
D | xattr.c | 44 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 …]
|
D | dir.c | 43 char *full_path = NULL; in cifs_build_path_to_root() local 47 full_path = kzalloc(1, GFP_KERNEL); in cifs_build_path_to_root() 48 return full_path; in cifs_build_path_to_root() 56 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root() 57 if (full_path == NULL) in cifs_build_path_to_root() 58 return full_path; in cifs_build_path_to_root() 61 memcpy(full_path, tcon->treeName, dfsplen); in cifs_build_path_to_root() 62 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root() 63 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root() 64 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in cifs_build_path_to_root() [all …]
|
D | inode.c | 368 const unsigned char *full_path, argument 378 cifs_dbg(FYI, "Getting info on %s\n", full_path); 386 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, 402 full_path); 812 const char *full_path, argument 837 rc = CIFSFindFirst(xid, tcon, full_path, 852 const char *full_path, argument 874 cifs_sb, full_path, 892 if (fattr->cf_uniqueid == 0 && strlen(full_path) == 0) { 912 const char *full_path, argument [all …]
|
D | smb2inode.c | 51 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_compound_op() argument 92 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 155 full_path); in smb2_compound_op() 189 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 192 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 199 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 217 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 235 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 269 full_path); in smb2_compound_op() 308 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() [all …]
|
D | cifs_dfs_ref.c | 313 char *full_path, *root_path; in cifs_dfs_do_automount() local 337 full_path = build_path_from_dentry_optional_prefix(mntpt, page, true); in cifs_dfs_do_automount() 338 if (IS_ERR(full_path)) { in cifs_dfs_do_automount() 339 mnt = ERR_CAST(full_path); in cifs_dfs_do_automount() 343 convert_delimiter(full_path, '\\'); in cifs_dfs_do_automount() 345 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); in cifs_dfs_do_automount() 376 cifs_remap(cifs_sb), full_path + 1, in cifs_dfs_do_automount() 392 mnt = cifs_dfs_do_mount(mntpt, cifs_sb, full_path); in cifs_dfs_do_automount() 394 full_path + 1, mnt); in cifs_dfs_do_automount()
|
D | link.c | 600 const char *full_path; in cifs_get_link() local 622 full_path = build_path_from_dentry(direntry, page); in cifs_get_link() 623 if (IS_ERR(full_path)) { in cifs_get_link() 627 return ERR_CAST(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() 672 const char *full_path; in cifs_symlink() local 692 full_path = build_path_from_dentry(direntry, page); in cifs_symlink() 693 if (IS_ERR(full_path)) { in cifs_symlink() [all …]
|
D | smb1ops.c | 517 struct cifs_sb_info *cifs_sb, const char *full_path) in cifs_is_path_accessible() argument 526 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 531 rc = SMBQueryInformation(xid, tcon, full_path, file_info, in cifs_is_path_accessible() 539 struct cifs_sb_info *cifs_sb, const char *full_path, in cifs_query_path_info() argument 547 rc = CIFSSMBQPathInfo(xid, tcon, full_path, data, 0 /* not legacy */, in cifs_query_path_info() 555 rc = SMBQueryInformation(xid, tcon, full_path, data, in cifs_query_path_info() 572 oparms.path = full_path; in cifs_query_path_info() 589 struct cifs_sb_info *cifs_sb, const char *full_path, in cifs_get_srv_inum() argument 603 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum() 678 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, in cifs_mkdir_setinfo() argument [all …]
|
D | readdir.c | 372 const char *full_path) in _initiate_cifs_search() argument 411 cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos); in _initiate_cifs_search() 434 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb, in _initiate_cifs_search() 455 const char *full_path) in initiate_cifs_search() argument 460 rc = _initiate_cifs_search(xid, file, full_path); in initiate_cifs_search() 713 struct file *file, const char *full_path, in find_cifs_entry() argument 767 rc = initiate_cifs_search(xid, file, full_path); in find_cifs_entry() 951 const char *full_path; in cifs_readdir() local 956 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_readdir() 957 if (IS_ERR(full_path)) { in cifs_readdir() [all …]
|
D | connect.c | 3014 char *full_path, *pos; in build_unc_path_to_root() local 3022 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root() 3023 if (full_path == NULL) in build_unc_path_to_root() 3026 memcpy(full_path, ctx->UNC, unc_len); in build_unc_path_to_root() 3027 pos = full_path + unc_len; in build_unc_path_to_root() 3036 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in build_unc_path_to_root() 3037 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path); in build_unc_path_to_root() 3038 return full_path; in build_unc_path_to_root() 3058 char *full_path = NULL, *mdata = NULL; in expand_dfs_referral() local 3063 full_path = build_unc_path_to_root(ctx, cifs_sb, true); in expand_dfs_referral() [all …]
|
D | smb2proto.h | 74 const char *full_path, FILE_ALL_INFO *data, 77 const char *full_path, __u64 size, 79 extern int smb2_set_file_info(struct inode *inode, const char *full_path, 83 const char *full_path, 88 extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
|
D | file.c | 103 int cifs_posix_open(const char *full_path, struct inode **pinode, in cifs_posix_open() argument 115 cifs_dbg(FYI, "posix open %s\n", full_path); in cifs_posix_open() 132 poplock, full_path, cifs_sb->local_nls, in cifs_posix_open() 166 cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, in cifs_nt_open() argument 227 oparms.path = full_path; in cifs_nt_open() 238 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 241 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 526 const char *full_path; in cifs_open() local 548 full_path = build_path_from_dentry(file_dentry(file), page); in cifs_open() 549 if (IS_ERR(full_path)) { in cifs_open() [all …]
|
D | trace.h | 298 const char *full_path), 299 TP_ARGS(xid, tid, sesid, full_path), 304 __string(path, full_path) 310 __assign_str(path, full_path); 322 const char *full_path), \ 323 TP_ARGS(xid, tid, sesid, full_path))
|
D | cifsproto.h | 185 extern int cifs_posix_open(const char *full_path, struct inode **inode, 199 extern int cifs_get_inode_info(struct inode **inode, const char *full_path, 208 unsigned int xid, const char *full_path, __u32 dosattr); 209 extern int cifs_rename_pending_delete(const char *full_path,
|
D | cifsfs.c | 761 char *full_path = NULL; in cifs_get_root() local 768 full_path = cifs_build_path_to_root(ctx, cifs_sb, in cifs_get_root() 770 if (full_path == NULL) in cifs_get_root() 773 cifs_dbg(FYI, "Get root dentry for %s\n", full_path); in cifs_get_root() 777 p = s = full_path; in cifs_get_root() 803 kfree(full_path); in cifs_get_root()
|
D | misc.c | 793 const char *full_path; in cifs_close_deferred_file_under_dentry() local 800 full_path = build_path_from_dentry(cfile->dentry, page); in cifs_close_deferred_file_under_dentry() 801 if (strstr(full_path, path)) { in cifs_close_deferred_file_under_dentry()
|
D | smb2ops.c | 1029 struct cifs_sb_info *cifs_sb, const char *full_path) in smb2_is_path_accessible() argument 1037 if ((*full_path == 0) && tcon->crfid.is_valid) in smb2_is_path_accessible() 1040 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 1065 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_get_srv_inum() argument 3027 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_query_symlink() argument 3056 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); in smb2_query_symlink() 3067 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink() 3216 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_query_reparse_tag() argument 3236 cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); in smb2_query_reparse_tag() 3245 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag() [all …]
|
D | cifsglob.h | 319 const char *full_path, 489 const char *full_path,
|
/Linux-v5.15/drivers/acpi/acpica/ |
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 …]
|
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()
|
D | acnamesp.h | 257 char *full_path, u32 path_size, u8 no_trailing);
|
/Linux-v5.15/drivers/block/rnbd/ |
D | rnbd-srv.c | 606 char *full_path; in rnbd_srv_get_full_path() local 609 full_path = kmalloc(PATH_MAX, GFP_KERNEL); in rnbd_srv_get_full_path() 610 if (!full_path) in rnbd_srv_get_full_path() 621 len = snprintf(full_path, PATH_MAX, "%.*s/%s/%s", len, in rnbd_srv_get_full_path() 626 kfree(full_path); in rnbd_srv_get_full_path() 630 snprintf(full_path, PATH_MAX, "%s/%s", in rnbd_srv_get_full_path() 635 a = strchr(full_path, '/'); in rnbd_srv_get_full_path() 649 return full_path; in rnbd_srv_get_full_path() 702 char *full_path; in process_msg_open() local 733 full_path = rnbd_srv_get_full_path(srv_sess, open_msg->dev_name); in process_msg_open() [all …]
|
/Linux-v5.15/tools/bpf/bpftool/ |
D | common.c | 554 char full_path[64]; in read_sysfs_netdev_hex_int() local 556 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int() 559 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()
|
/Linux-v5.15/fs/btrfs/ |
D | send.c | 2741 struct fs_path *full_path; member 2749 ref->full_path = path; in set_ref_path() 2750 ref->name = (char *)kbasename(ref->full_path->start); in set_ref_path() 2751 ref->name_len = ref->full_path->end - ref->name; in set_ref_path() 2785 new->full_path = NULL; in dup_ref() 2797 fs_path_free(cur->full_path); in __free_recorded_refs() 3788 fs_path_free(ref->full_path); in update_ref_path() 3844 fs_path_reset(ref->full_path); in refresh_ref_path() 3845 ret = get_cur_path(sctx, ref->dir, ref->dir_gen, ref->full_path); in refresh_ref_path() 3849 ret = fs_path_add(ref->full_path, name, ref->name_len); in refresh_ref_path() [all …]
|
/Linux-v5.15/tools/perf/util/ |
D | annotate.h | 85 full_path, member
|
/Linux-v5.15/tools/perf/ |
D | builtin-annotate.c | 517 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()
|