full_path 257 drivers/acpi/acpica/acnamesp.h char *full_path, u32 path_size, u8 no_trailing); full_path 194 drivers/acpi/acpica/nsnames.c char *full_path, u32 path_size, u8 no_trailing) full_path 217 drivers/acpi/acpica/nsnames.c if (!full_path) { full_path 228 drivers/acpi/acpica/nsnames.c ACPI_PATH_PUT8(full_path, path_size, full_path 240 drivers/acpi/acpica/nsnames.c ACPI_PATH_PUT8(full_path, path_size, c, length); full_path 247 drivers/acpi/acpica/nsnames.c ACPI_PATH_PUT8(full_path, path_size, AML_ROOT_PREFIX, length); full_path 252 drivers/acpi/acpica/nsnames.c left = full_path; full_path 253 drivers/acpi/acpica/nsnames.c right = full_path + length - 1; full_path 265 drivers/acpi/acpica/nsnames.c ACPI_PATH_PUT8(full_path, path_size, '\0', length); full_path 342 drivers/acpi/acpica/nsnames.c char *full_path = NULL; full_path 366 drivers/acpi/acpica/nsnames.c full_path = full_path 369 drivers/acpi/acpica/nsnames.c if (!full_path) { full_path 376 drivers/acpi/acpica/nsnames.c strcat(full_path, prefix_path); full_path 378 drivers/acpi/acpica/nsnames.c strcat(full_path, "."); full_path 383 drivers/acpi/acpica/nsnames.c strcat(full_path, external_path); full_path 393 drivers/acpi/acpica/nsnames.c return (full_path); full_path 174 drivers/acpi/acpica/uterror.c char *full_path; full_path 204 drivers/acpi/acpica/uterror.c full_path = full_path 208 drivers/acpi/acpica/uterror.c full_path ? full_path : "Could not get pathname", full_path 211 drivers/acpi/acpica/uterror.c if (full_path) { full_path 212 drivers/acpi/acpica/uterror.c ACPI_FREE(full_path); full_path 2764 fs/btrfs/send.c struct fs_path *full_path; full_path 2772 fs/btrfs/send.c ref->full_path = path; full_path 2773 fs/btrfs/send.c ref->name = (char *)kbasename(ref->full_path->start); full_path 2774 fs/btrfs/send.c ref->name_len = ref->full_path->end - ref->name; full_path 2808 fs/btrfs/send.c new->full_path = NULL; full_path 2820 fs/btrfs/send.c fs_path_free(cur->full_path); full_path 3799 fs/btrfs/send.c fs_path_free(ref->full_path); full_path 3936 fs/btrfs/send.c cur->full_path); full_path 3991 fs/btrfs/send.c ret = send_unlink(sctx, cur->full_path); full_path 4024 fs/btrfs/send.c ret = send_rename(sctx, valid_path, cur->full_path); full_path 4028 fs/btrfs/send.c ret = fs_path_copy(valid_path, cur->full_path); full_path 4039 fs/btrfs/send.c cur->full_path); full_path 4042 fs/btrfs/send.c cur->full_path); full_path 4058 fs/btrfs/send.c ret = send_link(sctx, cur->full_path, full_path 4132 fs/btrfs/send.c ret = send_unlink(sctx, cur->full_path); full_path 6101 fs/btrfs/send.c ret = send_unlink(sctx, ref->full_path); full_path 6104 fs/btrfs/send.c fs_path_free(ref->full_path); full_path 300 fs/cifs/cifs_dfs_ref.c char *full_path, *root_path; full_path 323 fs/cifs/cifs_dfs_ref.c full_path = build_path_from_dentry_optional_prefix(mntpt, true); full_path 324 fs/cifs/cifs_dfs_ref.c if (full_path == NULL) full_path 327 fs/cifs/cifs_dfs_ref.c convert_delimiter(full_path, '\\'); full_path 329 fs/cifs/cifs_dfs_ref.c cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); full_path 360 fs/cifs/cifs_dfs_ref.c cifs_remap(cifs_sb), full_path + 1, full_path 376 fs/cifs/cifs_dfs_ref.c mnt = cifs_dfs_do_mount(mntpt, cifs_sb, full_path); full_path 378 fs/cifs/cifs_dfs_ref.c full_path + 1, mnt); full_path 383 fs/cifs/cifs_dfs_ref.c kfree(full_path); full_path 713 fs/cifs/cifsfs.c char *full_path = NULL; full_path 720 fs/cifs/cifsfs.c full_path = cifs_build_path_to_root(vol, cifs_sb, full_path 722 fs/cifs/cifsfs.c if (full_path == NULL) full_path 725 fs/cifs/cifsfs.c cifs_dbg(FYI, "Get root dentry for %s\n", full_path); full_path 729 fs/cifs/cifsfs.c p = s = full_path; full_path 760 fs/cifs/cifsfs.c kfree(full_path); full_path 332 fs/cifs/cifsglob.h const char *full_path, full_path 495 fs/cifs/cifsglob.h char *full_path, full_path 179 fs/cifs/cifsproto.h extern int cifs_posix_open(char *full_path, struct inode **inode, full_path 193 fs/cifs/cifsproto.h extern int cifs_get_inode_info(struct inode **inode, const char *full_path, full_path 200 fs/cifs/cifsproto.h unsigned int xid, char *full_path, __u32 dosattr); full_path 201 fs/cifs/cifsproto.h extern int cifs_rename_pending_delete(const char *full_path, full_path 4370 fs/cifs/connect.c char *full_path, *pos; full_path 4378 fs/cifs/connect.c full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); full_path 4379 fs/cifs/connect.c if (full_path == NULL) full_path 4382 fs/cifs/connect.c memcpy(full_path, vol->UNC, unc_len); full_path 4383 fs/cifs/connect.c pos = full_path + unc_len; full_path 4392 fs/cifs/connect.c convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); full_path 4393 fs/cifs/connect.c cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path); full_path 4394 fs/cifs/connect.c return full_path; full_path 4415 fs/cifs/connect.c char *full_path = NULL, *ref_path = NULL, *mdata = NULL; full_path 4420 fs/cifs/connect.c full_path = build_unc_path_to_root(volume_info, cifs_sb, true); full_path 4421 fs/cifs/connect.c if (IS_ERR(full_path)) full_path 4422 fs/cifs/connect.c return PTR_ERR(full_path); full_path 4425 fs/cifs/connect.c ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1; full_path 4433 fs/cifs/connect.c full_path + 1, &referral, full_path 4449 fs/cifs/connect.c kfree(full_path); full_path 4654 fs/cifs/connect.c char *full_path, full_path 4663 fs/cifs/connect.c s = full_path; full_path 4690 fs/cifs/connect.c full_path); full_path 4706 fs/cifs/connect.c char *full_path; full_path 4714 fs/cifs/connect.c full_path = cifs_build_path_to_root(vol, cifs_sb, tcon, full_path 4716 fs/cifs/connect.c if (full_path == NULL) full_path 4719 fs/cifs/connect.c cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path); full_path 4722 fs/cifs/connect.c full_path); full_path 4724 fs/cifs/connect.c kfree(full_path); full_path 4730 fs/cifs/connect.c cifs_sb, full_path, tcon->Flags & SMB_SHARE_IS_IN_DFS); full_path 4739 fs/cifs/connect.c kfree(full_path); full_path 4763 fs/cifs/connect.c char *root_path = NULL, *full_path = NULL; full_path 4802 fs/cifs/connect.c full_path = build_unc_path_to_root(vol, cifs_sb, true); full_path 4803 fs/cifs/connect.c if (IS_ERR(full_path)) { full_path 4804 fs/cifs/connect.c rc = PTR_ERR(full_path); full_path 4805 fs/cifs/connect.c full_path = NULL; full_path 4878 fs/cifs/connect.c kfree(full_path); full_path 4879 fs/cifs/connect.c full_path = build_unc_path_to_root(vol, cifs_sb, true); full_path 4880 fs/cifs/connect.c if (IS_ERR(full_path)) { full_path 4881 fs/cifs/connect.c rc = PTR_ERR(full_path); full_path 4882 fs/cifs/connect.c full_path = NULL; full_path 4910 fs/cifs/connect.c rc = mount_do_dfs_failover(full_path + 1, cifs_sb, vol, full_path 4926 fs/cifs/connect.c tcon->dfs_path = full_path; full_path 4927 fs/cifs/connect.c full_path = NULL; full_path 4956 fs/cifs/connect.c kfree(full_path); full_path 54 fs/cifs/dir.c char *full_path = NULL; full_path 58 fs/cifs/dir.c full_path = kzalloc(1, GFP_KERNEL); full_path 59 fs/cifs/dir.c return full_path; full_path 67 fs/cifs/dir.c full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); full_path 68 fs/cifs/dir.c if (full_path == NULL) full_path 69 fs/cifs/dir.c return full_path; full_path 72 fs/cifs/dir.c memcpy(full_path, tcon->treeName, dfsplen); full_path 73 fs/cifs/dir.c full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); full_path 74 fs/cifs/dir.c memcpy(full_path + dfsplen + 1, vol->prepath, pplen); full_path 75 fs/cifs/dir.c convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); full_path 76 fs/cifs/dir.c return full_path; full_path 98 fs/cifs/dir.c char *full_path; full_path 128 fs/cifs/dir.c full_path = kmalloc(namelen+1, GFP_ATOMIC); full_path 129 fs/cifs/dir.c if (full_path == NULL) full_path 130 fs/cifs/dir.c return full_path; full_path 131 fs/cifs/dir.c full_path[namelen] = 0; /* trailing null */ full_path 140 fs/cifs/dir.c full_path[namelen] = dirsep; full_path 141 fs/cifs/dir.c strncpy(full_path + namelen + 1, temp->d_name.name, full_path 143 fs/cifs/dir.c cifs_dbg(FYI, "name: %s\n", full_path + namelen); full_path 150 fs/cifs/dir.c kfree(full_path); full_path 161 fs/cifs/dir.c kfree(full_path); full_path 175 fs/cifs/dir.c memcpy(full_path+dfsplen+1, cifs_sb->prepath, pplen-1); full_path 176 fs/cifs/dir.c full_path[dfsplen] = dirsep; full_path 178 fs/cifs/dir.c if (full_path[dfsplen+1+i] == '/') full_path 179 fs/cifs/dir.c full_path[dfsplen+1+i] = CIFS_DIR_SEP(cifs_sb); full_path 183 fs/cifs/dir.c strncpy(full_path, tcon->treeName, dfsplen); full_path 187 fs/cifs/dir.c if (full_path[i] == '\\') full_path 188 fs/cifs/dir.c full_path[i] = '/'; full_path 192 fs/cifs/dir.c return full_path; full_path 235 fs/cifs/dir.c char *full_path = NULL; full_path 246 fs/cifs/dir.c full_path = build_path_from_dentry(direntry); full_path 247 fs/cifs/dir.c if (full_path == NULL) { full_path 255 fs/cifs/dir.c rc = cifs_posix_open(full_path, &newinode, inode->i_sb, mode, full_path 368 fs/cifs/dir.c oparms.path = full_path; full_path 416 fs/cifs/dir.c rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, full_path 419 fs/cifs/dir.c rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, full_path 454 fs/cifs/dir.c kfree(full_path); full_path 625 fs/cifs/dir.c char *full_path = NULL; full_path 639 fs/cifs/dir.c full_path = build_path_from_dentry(direntry); full_path 640 fs/cifs/dir.c if (full_path == NULL) { full_path 646 fs/cifs/dir.c full_path, mode, full_path 650 fs/cifs/dir.c kfree(full_path); full_path 666 fs/cifs/dir.c char *full_path = NULL; full_path 693 fs/cifs/dir.c full_path = build_path_from_dentry(direntry); full_path 694 fs/cifs/dir.c if (full_path == NULL) { full_path 706 fs/cifs/dir.c full_path, d_inode(direntry)); full_path 709 fs/cifs/dir.c rc = cifs_get_inode_info_unix(&newInode, full_path, full_path 712 fs/cifs/dir.c rc = cifs_get_inode_info(&newInode, full_path, NULL, full_path 731 fs/cifs/dir.c kfree(full_path); full_path 114 fs/cifs/file.c int cifs_posix_open(char *full_path, struct inode **pinode, full_path 126 fs/cifs/file.c cifs_dbg(FYI, "posix open %s\n", full_path); full_path 143 fs/cifs/file.c poplock, full_path, cifs_sb->local_nls, full_path 176 fs/cifs/file.c cifs_nt_open(char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, full_path 240 fs/cifs/file.c oparms.path = full_path; full_path 250 fs/cifs/file.c rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, full_path 253 fs/cifs/file.c rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, full_path 526 fs/cifs/file.c char *full_path = NULL; full_path 542 fs/cifs/file.c full_path = build_path_from_dentry(file_dentry(file)); full_path 543 fs/cifs/file.c if (full_path == NULL) { full_path 549 fs/cifs/file.c inode, file->f_flags, full_path); full_path 568 fs/cifs/file.c rc = cifs_posix_open(full_path, &inode, inode->i_sb, full_path 598 fs/cifs/file.c rc = cifs_nt_open(full_path, inode, cifs_sb, tcon, full_path 636 fs/cifs/file.c kfree(full_path); full_path 685 fs/cifs/file.c char *full_path = NULL; full_path 711 fs/cifs/file.c full_path = build_path_from_dentry(cfile->dentry); full_path 712 fs/cifs/file.c if (full_path == NULL) { full_path 720 fs/cifs/file.c inode, cfile->f_flags, full_path); full_path 737 fs/cifs/file.c rc = cifs_posix_open(full_path, NULL, inode->i_sb, full_path 771 fs/cifs/file.c oparms.path = full_path; full_path 808 fs/cifs/file.c rc = cifs_get_inode_info_unix(&inode, full_path, full_path 811 fs/cifs/file.c rc = cifs_get_inode_info(&inode, full_path, NULL, full_path 835 fs/cifs/file.c kfree(full_path); full_path 2030 fs/cifs/file.c char *full_path; full_path 2038 fs/cifs/file.c full_path = build_path_from_dentry(cfile->dentry); full_path 2039 fs/cifs/file.c if (full_path == NULL) { full_path 2043 fs/cifs/file.c if (strcmp(full_path, name)) { full_path 2044 fs/cifs/file.c kfree(full_path); full_path 2048 fs/cifs/file.c kfree(full_path); full_path 2065 fs/cifs/file.c char *full_path; full_path 2073 fs/cifs/file.c full_path = build_path_from_dentry(cfile->dentry); full_path 2074 fs/cifs/file.c if (full_path == NULL) { full_path 2078 fs/cifs/file.c if (strcmp(full_path, name)) { full_path 2079 fs/cifs/file.c kfree(full_path); full_path 2083 fs/cifs/file.c kfree(full_path); full_path 366 fs/cifs/inode.c const unsigned char *full_path, full_path 376 fs/cifs/inode.c cifs_dbg(FYI, "Getting info on %s\n", full_path); full_path 384 fs/cifs/inode.c rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, full_path 400 fs/cifs/inode.c full_path); full_path 731 fs/cifs/inode.c cifs_get_inode_info(struct inode **inode, const char *full_path, full_path 753 fs/cifs/inode.c cifs_dbg(FYI, "Getting info on %s\n", full_path); full_path 775 fs/cifs/inode.c rc = server->ops->query_path_info(xid, tcon, cifs_sb, full_path, full_path 816 fs/cifs/inode.c rc = CIFSFindFirst(xid, tcon, full_path, full_path 845 fs/cifs/inode.c tcon, cifs_sb, full_path, full_path 853 fs/cifs/inode.c strlen(full_path) == 0) { full_path 871 fs/cifs/inode.c NULL, cifs_sb, full_path, full_path 876 fs/cifs/inode.c strlen(full_path) == 0) { full_path 892 fs/cifs/inode.c tmprc = cifs_sfu_type(&fattr, full_path, cifs_sb, xid); full_path 900 fs/cifs/inode.c full_path, fid); full_path 908 fs/cifs/inode.c full_path, fid); full_path 918 fs/cifs/inode.c cifs_sfu_mode(&fattr, full_path, cifs_sb, xid); full_path 923 fs/cifs/inode.c full_path); full_path 1137 fs/cifs/inode.c char *full_path, __u32 dosattr) full_path 1183 fs/cifs/inode.c return server->ops->set_file_info(inode, full_path, &info_buf, xid); full_path 1192 fs/cifs/inode.c cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, full_path 1226 fs/cifs/inode.c oparms.path = full_path; full_path 1338 fs/cifs/inode.c char *full_path = NULL; full_path 1361 fs/cifs/inode.c full_path = build_path_from_dentry(dentry); full_path 1362 fs/cifs/inode.c if (full_path == NULL) { full_path 1369 fs/cifs/inode.c rc = CIFSPOSIXDelFile(xid, tcon, full_path, full_path 1383 fs/cifs/inode.c rc = server->ops->unlink(xid, tcon, full_path, cifs_sb); full_path 1393 fs/cifs/inode.c rc = server->ops->rename_pending_delete(full_path, full_path 1415 fs/cifs/inode.c rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr); full_path 1424 fs/cifs/inode.c cifs_set_file_info(inode, attrs, xid, full_path, origattr); full_path 1437 fs/cifs/inode.c kfree(full_path); full_path 1446 fs/cifs/inode.c const char *full_path, struct cifs_sb_info *cifs_sb, full_path 1453 fs/cifs/inode.c rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, full_path 1456 fs/cifs/inode.c rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, full_path 1492 fs/cifs/inode.c CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args, full_path 1499 fs/cifs/inode.c server->ops->mkdir_setinfo(inode, full_path, cifs_sb, full_path 1518 fs/cifs/inode.c const char *full_path, struct cifs_sb_info *cifs_sb, full_path 1535 fs/cifs/inode.c NULL /* netfid */, info, &oplock, full_path, full_path 1574 fs/cifs/inode.c rc = cifs_mkdir_qinfo(inode, dentry, mode, full_path, cifs_sb, tcon, full_path 1587 fs/cifs/inode.c char *full_path; full_path 1600 fs/cifs/inode.c full_path = build_path_from_dentry(direntry); full_path 1601 fs/cifs/inode.c if (full_path == NULL) { full_path 1609 fs/cifs/inode.c rc = server->ops->posix_mkdir(xid, inode, mode, tcon, full_path, full_path 1617 fs/cifs/inode.c rc = cifs_posix_mkdir(inode, direntry, mode, full_path, cifs_sb, full_path 1629 fs/cifs/inode.c rc = server->ops->mkdir(xid, inode, mode, tcon, full_path, cifs_sb); full_path 1637 fs/cifs/inode.c rc = cifs_mkdir_qinfo(inode, direntry, mode, full_path, cifs_sb, tcon, full_path 1645 fs/cifs/inode.c kfree(full_path); full_path 1659 fs/cifs/inode.c char *full_path = NULL; full_path 1666 fs/cifs/inode.c full_path = build_path_from_dentry(direntry); full_path 1667 fs/cifs/inode.c if (full_path == NULL) { full_path 1687 fs/cifs/inode.c rc = server->ops->rmdir(xid, tcon, full_path, cifs_sb); full_path 1712 fs/cifs/inode.c kfree(full_path); full_path 2013 fs/cifs/inode.c char *full_path = NULL; full_path 2026 fs/cifs/inode.c full_path = build_path_from_dentry(dentry); full_path 2027 fs/cifs/inode.c if (full_path == NULL) { full_path 2033 fs/cifs/inode.c full_path, inode, inode->i_count.counter, full_path 2038 fs/cifs/inode.c rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid); full_path 2040 fs/cifs/inode.c rc = cifs_get_inode_info(&inode, full_path, NULL, sb, full_path 2045 fs/cifs/inode.c kfree(full_path); full_path 2204 fs/cifs/inode.c unsigned int xid, char *full_path) full_path 2254 fs/cifs/inode.c rc = server->ops->set_path_size(xid, tcon, full_path, full_path 2278 fs/cifs/inode.c char *full_path = NULL; full_path 2299 fs/cifs/inode.c full_path = build_path_from_dentry(direntry); full_path 2300 fs/cifs/inode.c if (full_path == NULL) { full_path 2326 fs/cifs/inode.c rc = cifs_set_file_size(inode, attrs, xid, full_path); full_path 2387 fs/cifs/inode.c rc = CIFSSMBUnixSetPathInfo(xid, pTcon, full_path, args, full_path 2413 fs/cifs/inode.c kfree(full_path); full_path 2429 fs/cifs/inode.c char *full_path = NULL; full_path 2448 fs/cifs/inode.c full_path = build_path_from_dentry(direntry); full_path 2449 fs/cifs/inode.c if (full_path == NULL) { full_path 2491 fs/cifs/inode.c rc = cifs_set_file_size(inode, attrs, xid, full_path); full_path 2505 fs/cifs/inode.c rc = id_mode_to_cifs_acl(inode, full_path, NO_CHANGE_64, full_path 2526 fs/cifs/inode.c rc = id_mode_to_cifs_acl(inode, full_path, mode, full_path 2568 fs/cifs/inode.c rc = cifs_set_file_info(inode, attrs, xid, full_path, dosattr); full_path 2594 fs/cifs/inode.c kfree(full_path); full_path 613 fs/cifs/link.c char *full_path = NULL; full_path 633 fs/cifs/link.c full_path = build_path_from_dentry(direntry); full_path 634 fs/cifs/link.c if (!full_path) { full_path 640 fs/cifs/link.c cifs_dbg(FYI, "Full path: %s inode = 0x%p\n", full_path, inode); full_path 648 fs/cifs/link.c rc = query_mf_symlink(xid, tcon, cifs_sb, full_path, full_path 658 fs/cifs/link.c rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path, full_path 662 fs/cifs/link.c kfree(full_path); full_path 681 fs/cifs/link.c char *full_path = NULL; full_path 693 fs/cifs/link.c full_path = build_path_from_dentry(direntry); full_path 694 fs/cifs/link.c if (full_path == NULL) { full_path 699 fs/cifs/link.c cifs_dbg(FYI, "Full path: %s\n", full_path); full_path 704 fs/cifs/link.c rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname); full_path 706 fs/cifs/link.c rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname, full_path 715 fs/cifs/link.c rc = cifs_get_inode_info_unix(&newinode, full_path, full_path 718 fs/cifs/link.c rc = cifs_get_inode_info(&newinode, full_path, NULL, full_path 729 fs/cifs/link.c kfree(full_path); full_path 271 fs/cifs/readdir.c char *full_path = NULL; full_path 307 fs/cifs/readdir.c full_path = build_path_from_dentry(file_dentry(file)); full_path 308 fs/cifs/readdir.c if (full_path == NULL) { full_path 313 fs/cifs/readdir.c cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos); full_path 334 fs/cifs/readdir.c rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb, full_path 349 fs/cifs/readdir.c kfree(full_path); full_path 517 fs/cifs/smb1ops.c struct cifs_sb_info *cifs_sb, const char *full_path) full_path 526 fs/cifs/smb1ops.c rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info, full_path 531 fs/cifs/smb1ops.c rc = SMBQueryInformation(xid, tcon, full_path, file_info, full_path 539 fs/cifs/smb1ops.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 547 fs/cifs/smb1ops.c rc = CIFSSMBQPathInfo(xid, tcon, full_path, data, 0 /* not legacy */, full_path 555 fs/cifs/smb1ops.c rc = SMBQueryInformation(xid, tcon, full_path, data, full_path 572 fs/cifs/smb1ops.c oparms.path = full_path; full_path 589 fs/cifs/smb1ops.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 603 fs/cifs/smb1ops.c return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, full_path 678 fs/cifs/smb1ops.c cifs_mkdir_setinfo(struct inode *inode, const char *full_path, full_path 691 fs/cifs/smb1ops.c rc = CIFSSMBSetPathInfo(xid, tcon, full_path, &info, cifs_sb->local_nls, full_path 755 fs/cifs/smb1ops.c smb_set_file_info(struct inode *inode, const char *full_path, full_path 786 fs/cifs/smb1ops.c rc = CIFSSMBSetPathInfo(xid, tcon, full_path, buf, cifs_sb->local_nls, full_path 800 fs/cifs/smb1ops.c oparms.path = full_path; full_path 944 fs/cifs/smb1ops.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 952 fs/cifs/smb1ops.c cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); full_path 961 fs/cifs/smb1ops.c rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, full_path 965 fs/cifs/smb1ops.c rc = cifs_unix_dfs_readlink(xid, tcon, full_path, full_path 977 fs/cifs/smb1ops.c oparms.path = full_path; full_path 1029 fs/cifs/smb1ops.c char *full_path, umode_t mode, dev_t dev) full_path 1063 fs/cifs/smb1ops.c rc = CIFSSMBUnixSetPathInfo(xid, tcon, full_path, &args, full_path 1069 fs/cifs/smb1ops.c rc = cifs_get_inode_info_unix(&newinode, full_path, full_path 1103 fs/cifs/smb1ops.c oparms.path = full_path; full_path 52 fs/cifs/smb2inode.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 92 fs/cifs/smb2inode.c utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); full_path 155 fs/cifs/smb2inode.c full_path); full_path 158 fs/cifs/smb2inode.c trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); full_path 165 fs/cifs/smb2inode.c trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); full_path 183 fs/cifs/smb2inode.c trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); full_path 201 fs/cifs/smb2inode.c trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); full_path 234 fs/cifs/smb2inode.c full_path); full_path 272 fs/cifs/smb2inode.c trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); full_path 299 fs/cifs/smb2inode.c trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); full_path 439 fs/cifs/smb2inode.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 458 fs/cifs/smb2inode.c if (!strlen(full_path) && !no_cached_open) { full_path 479 fs/cifs/smb2inode.c cifs_get_readable_path(tcon, full_path, &cfile); full_path 480 fs/cifs/smb2inode.c rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, full_path 488 fs/cifs/smb2inode.c rc = smb2_compound_op(xid, tcon, cifs_sb, full_path, full_path 602 fs/cifs/smb2inode.c const char *full_path, __u64 size, full_path 607 fs/cifs/smb2inode.c return smb2_compound_op(xid, tcon, cifs_sb, full_path, full_path 613 fs/cifs/smb2inode.c smb2_set_file_info(struct inode *inode, const char *full_path, full_path 629 fs/cifs/smb2inode.c rc = smb2_compound_op(xid, tlink_tcon(tlink), cifs_sb, full_path, full_path 867 fs/cifs/smb2ops.c struct cifs_sb_info *cifs_sb, const char *full_path) full_path 875 fs/cifs/smb2ops.c if ((*full_path == 0) && tcon->crfid.is_valid) full_path 878 fs/cifs/smb2ops.c utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); full_path 905 fs/cifs/smb2ops.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 2603 fs/cifs/smb2ops.c struct cifs_sb_info *cifs_sb, const char *full_path, full_path 2630 fs/cifs/smb2ops.c cifs_dbg(FYI, "%s: path: %s\n", __func__, full_path); full_path 2641 fs/cifs/smb2ops.c utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); full_path 4382 fs/cifs/smb2ops.c char *full_path, umode_t mode, dev_t dev) full_path 4430 fs/cifs/smb2ops.c oparms.path = full_path; full_path 2264 fs/cifs/smb2pdu.c const char *full_path, full_path 2288 fs/cifs/smb2pdu.c utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); full_path 76 fs/cifs/smb2proto.h const char *full_path, FILE_ALL_INFO *data, full_path 79 fs/cifs/smb2proto.h const char *full_path, __u64 size, full_path 81 fs/cifs/smb2proto.h extern int smb2_set_file_info(struct inode *inode, const char *full_path, full_path 85 fs/cifs/smb2proto.h const char *full_path, full_path 90 fs/cifs/smb2proto.h extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path, full_path 293 fs/cifs/trace.h const char *full_path), full_path 294 fs/cifs/trace.h TP_ARGS(xid, tid, sesid, full_path), full_path 299 fs/cifs/trace.h __string(path, full_path) full_path 305 fs/cifs/trace.h __assign_str(path, full_path); full_path 317 fs/cifs/trace.h const char *full_path), \ full_path 318 fs/cifs/trace.h TP_ARGS(xid, tid, sesid, full_path)) full_path 61 fs/cifs/xattr.c char *full_path; full_path 70 fs/cifs/xattr.c full_path = build_path_from_dentry(dentry); full_path 71 fs/cifs/xattr.c if (full_path == NULL) { full_path 94 fs/cifs/xattr.c full_path, name, value, (__u16)size, full_path 112 fs/cifs/xattr.c full_path, CIFS_ACL_DACL); full_path 127 fs/cifs/xattr.c rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, full_path 139 fs/cifs/xattr.c rc = CIFSSMBSetPosixACL(xid, pTcon, full_path, full_path 148 fs/cifs/xattr.c kfree(full_path); full_path 210 fs/cifs/xattr.c char *full_path; full_path 219 fs/cifs/xattr.c full_path = build_path_from_dentry(dentry); full_path 220 fs/cifs/xattr.c if (full_path == NULL) { full_path 244 fs/cifs/xattr.c full_path, name, value, size, cifs_sb); full_path 255 fs/cifs/xattr.c inode, full_path, &acllen); full_path 276 fs/cifs/xattr.c rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, full_path 286 fs/cifs/xattr.c rc = CIFSSMBGetPosixACL(xid, pTcon, full_path, full_path 303 fs/cifs/xattr.c kfree(full_path); full_path 316 fs/cifs/xattr.c char *full_path; full_path 328 fs/cifs/xattr.c full_path = build_path_from_dentry(direntry); full_path 329 fs/cifs/xattr.c if (full_path == NULL) { full_path 342 fs/cifs/xattr.c full_path, NULL, data, buf_size, cifs_sb); full_path 344 fs/cifs/xattr.c kfree(full_path); full_path 504 tools/bpf/bpftool/common.c char full_path[64]; full_path 506 tools/bpf/bpftool/common.c snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", full_path 509 tools/bpf/bpftool/common.c return read_sysfs_hex_int(full_path); full_path 521 tools/perf/builtin-annotate.c OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, full_path 2290 tools/perf/util/annotate.c if (opts->full_path) full_path 2695 tools/perf/util/annotate.c srcline_full_filename = opts->full_path; full_path 2723 tools/perf/util/annotate.c srcline_full_filename = opts->full_path; full_path 82 tools/perf/util/annotate.h full_path,