Searched refs:full_path (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/drivers/acpi/acpica/
H A Dnsnames.c175 * full_path - Where the path name is returned
194 char *full_path, u32 path_size, u8 no_trailing)
215 * validate both full_path and path_size.
217 if (!full_path) {
228 ACPI_PATH_PUT8(full_path, path_size,
240 ACPI_PATH_PUT8(full_path, path_size, c, length);
247 ACPI_PATH_PUT8(full_path, path_size, AML_ROOT_PREFIX, length);
252 left = full_path;
253 right = full_path + length - 1;
265 ACPI_PATH_PUT8(full_path, path_siz
193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, char *full_path, u32 path_size, u8 no_trailing) argument
342 char *full_path = NULL; local
[all...]
H A Duterror.c174 char *full_path; local
204 full_path =
208 full_path ? full_path : "Could not get pathname",
211 if (full_path) {
212 ACPI_FREE(full_path);
H A Dacnamesp.h257 char *full_path, u32 path_size, u8 no_trailing);
/linux-master/fs/smb/client/
H A Dxattr.c44 struct inode *inode, const char *full_path,
59 rc = pTcon->ses->server->ops->set_file_info(inode, full_path,
68 struct inode *inode, const char *full_path,
83 rc = pTcon->ses->server->ops->set_file_info(inode, full_path,
103 const char *full_path; local
114 full_path = build_path_from_dentry(dentry, page);
115 if (IS_ERR(full_path)) {
116 rc = PTR_ERR(full_path);
136 rc = cifs_attrib_set(xid, pTcon, inode, full_path,
144 full_path, valu
43 cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, struct inode *inode, const char *full_path, const void *value, size_t size) argument
67 cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, struct inode *inode, const char *full_path, const void *value, size_t size) argument
271 const char *full_path; local
370 const char *full_path; local
[all...]
H A Dsmb2inode.c173 struct cifs_sb_info *cifs_sb, const char *full_path,
225 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
302 tcon->tid, full_path);
338 tcon->tid, full_path);
341 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path);
348 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path);
366 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path);
401 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path);
433 tcon->tid, full_path);
472 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path);
172 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_parms *oparms, struct kvec *in_iov, int *cmds, int num_cmds, struct cifsFileInfo *cfile, struct kvec *out_iov, int *out_buftype, struct dentry *dentry) argument
859 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_info_data *data) argument
1126 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, __u64 size, struct cifs_sb_info *cifs_sb, bool set_alloc, struct dentry *dentry) argument
1158 smb2_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) argument
1190 smb2_get_reparse_inode(struct cifs_open_info_data *data, struct super_block *sb, const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, struct kvec *reparse_iov, struct kvec *xattr_iov) argument
1243 smb2_query_reparse_point(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u32 *tag, struct kvec *rsp, int *rsp_buftype) argument
[all...]
H A Ddir.c44 char *full_path = NULL; local
48 full_path = kzalloc(1, GFP_KERNEL);
49 return full_path;
57 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL);
58 if (full_path == NULL)
59 return full_path;
62 memcpy(full_path, tcon->tree_name, dfsplen);
63 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb);
64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen);
65 convert_delimiter(full_path, CIFS_DIR_SE
186 const char *full_path; local
606 const char *full_path; local
658 const char *full_path; local
[all...]
H A Ddfs.h21 char *full_path; member in struct:dfs_ref
39 #define ref_walk_fpath(w) (ref_walk_cur(w)->full_path)
61 kfree(ref->full_path);
119 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref,
H A Dinode.c414 static int cifs_get_unix_fattr(const unsigned char *full_path, argument
427 cifs_dbg(FYI, "Getting info on %s\n", full_path);
436 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data,
455 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path);
463 cifs_sb, full_path,
471 const unsigned char *full_path,
477 rc = cifs_get_unix_fattr(full_path, sb, &fattr, pinode, xid);
487 static inline int cifs_get_unix_fattr(const unsigned char *full_path, argument
497 const unsigned char *full_path,
895 * full_path (EACCE
470 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, unsigned int xid) argument
496 cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *full_path, struct super_block *sb, unsigned int xid) argument
906 cifs_backup_query_path_info(int xid, struct cifs_tcon *tcon, struct super_block *sb, const char *full_path, void **resp_buf, FILE_ALL_INFO **data) argument
945 cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, struct inode **inode, const char *full_path, struct cifs_open_info_data *data, struct cifs_fattr *fattr) argument
1000 reparse_info_to_fattr(struct cifs_open_info_data *data, struct super_block *sb, const unsigned int xid, struct cifs_tcon *tcon, const char *full_path, struct cifs_fattr *fattr) argument
1059 cifs_get_fattr(struct cifs_open_info_data *data, struct super_block *sb, int xid, const struct cifs_fid *fid, struct cifs_fattr *fattr, struct inode **inode, const char *full_path) argument
1221 cifs_get_inode_info(struct inode **inode, const char *full_path, struct cifs_open_info_data *data, struct super_block *sb, int xid, const struct cifs_fid *fid) argument
1245 smb311_posix_get_fattr(struct cifs_open_info_data *data, struct cifs_fattr *fattr, const char *full_path, struct super_block *sb, const unsigned int xid) argument
1320 smb311_posix_get_inode_info(struct inode **inode, const char *full_path, struct cifs_open_info_data *data, struct super_block *sb, const unsigned int xid) argument
1530 cifs_set_file_info(struct inode *inode, struct iattr *attrs, unsigned int xid, const char *full_path, __u32 dosattr) argument
1587 cifs_rename_pending_delete(const char *full_path, struct dentry *dentry, const unsigned int xid) argument
1735 const char *full_path; local
1859 cifs_mkdir_qinfo(struct inode *parent, struct dentry *dentry, umode_t mode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
1952 cifs_posix_mkdir(struct inode *inode, struct dentry *dentry, umode_t mode, const char *full_path, struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, const unsigned int xid) argument
2024 const char *full_path; local
2102 const char *full_path; local
2535 const char *full_path; local
2747 cifs_set_file_size(struct inode *inode, struct iattr *attrs, unsigned int xid, const char *full_path, struct dentry *dentry) argument
2840 const char *full_path; local
2996 const char *full_path; local
[all...]
H A Dsmb2proto.h63 const char *full_path,
69 const char *full_path,
75 const char *full_path,
78 const char *full_path, __u64 size,
81 extern int smb2_set_file_info(struct inode *inode, const char *full_path,
85 const char *full_path,
90 extern void smb2_mkdir_setinfo(struct inode *inode, const char *full_path,
309 const char *full_path,
316 const char *full_path, const char *symname);
319 const char *full_path, umode_
[all...]
H A Dsmb1ops.c525 struct cifs_sb_info *cifs_sb, const char *full_path)
534 rc = CIFSSMBQPathInfo(xid, tcon, full_path, file_info,
539 rc = SMBQueryInformation(xid, tcon, full_path, file_info,
548 const char *full_path,
558 rc = CIFSSMBQPathInfo(xid, tcon, full_path, &fi, 0 /* not legacy */, cifs_sb->local_nls,
566 rc = SMBQueryInformation(xid, tcon, full_path, &fi, cifs_sb->local_nls,
588 .path = full_path,
604 struct cifs_sb_info *cifs_sb, const char *full_path,
618 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid,
704 cifs_mkdir_setinfo(struct inode *inode, const char *full_path, argument
524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path) argument
545 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, struct cifs_open_info_data *data) argument
603 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *unused) argument
790 smb_set_file_info(struct inode *inode, const char *full_path, FILE_BASIC_INFO *buf, const unsigned int xid) argument
975 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path) argument
1038 cifs_make_node(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
[all...]
H A Ddfs.c15 * @full_path: full path in UNC format.
21 int dfs_parse_target_referral(const char *full_path, const struct dfs_info3_param *ref, argument
28 if (!full_path || !*full_path || !ref || !ctx)
34 if (strlen(full_path) - ref->path_consumed) {
35 prepath = full_path + ref->path_consumed;
56 static int get_session(struct cifs_mount_ctx *mnt_ctx, const char *full_path) argument
61 ctx->leaf_fullpath = (char *)full_path;
104 char *ref_path, *full_path; local
107 full_path
[all...]
H A Dnamespace.c197 char *full_path; local
212 full_path = automount_fullpath(mntpt, page);
213 if (IS_ERR(full_path)) {
214 mnt = ERR_CAST(full_path);
231 rc = smb3_parse_devname(full_path, ctx);
H A Dreparse.h106 const char *full_path, const char *symname);
109 const char *full_path, umode_t mode, dev_t dev);
H A Dlink.c575 const char *full_path; local
596 full_path = build_path_from_dentry(direntry, page);
597 if (IS_ERR(full_path)) {
598 rc = PTR_ERR(full_path);
602 cifs_dbg(FYI, "Full path: %s\n", full_path);
607 rc = create_mf_symlink(xid, pTcon, cifs_sb, full_path, symname);
610 rc = CIFSUnixCreateSymLink(xid, pTcon, full_path, symname,
616 pTcon, full_path,
623 rc = smb311_posix_get_inode_info(&newinode, full_path,
626 rc = cifs_get_inode_info_unix(&newinode, full_path,
[all...]
H A Dreaddir.c332 const char *full_path)
371 cifs_dbg(FYI, "Full path: %s start at: %lld\n", full_path, file->f_pos);
394 rc = server->ops->query_dir_first(xid, tcon, full_path, cifs_sb,
412 const char *full_path)
417 rc = _initiate_cifs_search(xid, file, full_path);
670 struct file *file, const char *full_path,
724 rc = initiate_cifs_search(xid, file, full_path);
1025 const char *full_path; local
1032 full_path = build_path_from_dentry(file_dentry(file), page);
1033 if (IS_ERR(full_path)) {
331 _initiate_cifs_search(const unsigned int xid, struct file *file, const char *full_path) argument
411 initiate_cifs_search(const unsigned int xid, struct file *file, const char *full_path) argument
669 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, struct file *file, const char *full_path, char **current_entry, int *num_to_ret) argument
[all...]
H A Dreparse.c19 const char *full_path, const char *symname)
72 tcon, full_path, &iov, NULL);
120 const char *full_path, umode_t mode, dev_t dev)
140 tcon, full_path, &iov, NULL);
257 const char *full_path, umode_t mode, dev_t dev)
286 xid, tcon, full_path,
299 const char *full_path, umode_t mode, dev_t dev)
306 rc = mknod_nfs(xid, inode, dentry, tcon, full_path, mode, dev);
309 rc = mknod_wsl(xid, inode, dentry, tcon, full_path, mode, dev);
17 smb2_create_reparse_symlink(const unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, const char *symname) argument
118 mknod_nfs(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
255 mknod_wsl(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
297 smb2_mknod_reparse(unsigned int xid, struct inode *inode, struct dentry *dentry, struct cifs_tcon *tcon, const char *full_path, umode_t mode, dev_t dev) argument
H A Dmisc.c824 const char *full_path; local
830 full_path = build_path_from_dentry(cfile->dentry, page);
831 if (strstr(full_path, path)) {
866 const char *full_path; local
879 full_path = build_path_from_dentry(cfile->dentry, page);
880 if (!IS_ERR(full_path) && strcmp(full_path, path) == 0)
1288 const char *full_path,
1299 * Fast path - skip check when @full_path doesn't have a prefix path to
1302 if (strlen(full_path) <
1285 cifs_inval_name_dfs_link_error(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, bool *islink) argument
[all...]
H A Dtrace.h403 const char *full_path),
404 TP_ARGS(xid, tid, sesid, full_path),
409 __string(path, full_path)
415 __assign_str(path, full_path);
427 const char *full_path), \
428 TP_ARGS(xid, tid, sesid, full_path))
777 const char *full_path,
780 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access),
785 __string(path, full_path)
793 __assign_str(path, full_path);
[all...]
H A Dcifsproto.h195 extern int cifs_posix_open(const char *full_path, struct inode **inode,
210 int cifs_get_inode_info(struct inode **inode, const char *full_path,
214 const char *full_path,
222 unsigned int xid, const char *full_path, __u32 dosattr);
223 extern int cifs_rename_pending_delete(const char *full_path,
475 const char *full_path,
685 const char *full_path, umode_t mode, dev_t dev);
703 const char *full_path,
709 const char *full_path,
706 cifs_inval_name_dfs_link_error(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, bool *islink) argument
H A Dcifsacl.c1690 const char *full_path; local
1701 full_path = build_path_from_dentry(dentry, page);
1702 if (IS_ERR(full_path)) {
1703 acl = ERR_CAST(full_path);
1711 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl,
1719 rc = cifs_do_get_acl(xid, pTcon, full_path, &acl,
1753 const char *full_path; local
1764 full_path = build_path_from_dentry(dentry, page);
1765 if (IS_ERR(full_path)) {
1766 rc = PTR_ERR(full_path);
[all...]
H A Dfile.c278 int cifs_posix_open(const char *full_path, struct inode **pinode, argument
290 cifs_dbg(FYI, "posix open %s\n", full_path);
307 poplock, full_path, cifs_sb->local_nls,
341 static int cifs_nt_open(const char *full_path, struct inode *inode, struct cifs_sb_info *cifs_sb, argument
404 .path = full_path,
422 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb,
425 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb,
767 const char *full_path; local
790 full_path = build_path_from_dentry(file_dentry(file), page);
791 if (IS_ERR(full_path)) {
966 const char *full_path; local
2459 const char *full_path = build_path_from_dentry(cfile->dentry, page); local
2491 const char *full_path = build_path_from_dentry(cfile->dentry, page); local
[all...]
H A Dcifsglob.h368 const char *full_path,
377 const char *full_path,
382 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid,
403 const char *full_path,
437 const char *full_path,
582 const char *full_path,
601 const char *full_path,
H A Dcifsfs.c842 char *full_path = NULL; local
849 full_path = cifs_build_path_to_root(ctx, cifs_sb,
851 if (full_path == NULL)
854 cifs_dbg(FYI, "Get root dentry for %s\n", full_path);
858 s = full_path;
884 kfree(full_path);
/linux-master/drivers/block/rnbd/
H A Drnbd-srv.c587 char *full_path; local
591 full_path = kmalloc(PATH_MAX, GFP_KERNEL);
592 if (!full_path)
603 len = snprintf(full_path, PATH_MAX, "%.*s/%s/%s", len,
606 len = snprintf(full_path, PATH_MAX, "%s/%s",
612 kfree(full_path);
617 a = strchr(full_path, '/');
631 return full_path;
683 char *full_path; local
711 full_path
[all...]
/linux-master/tools/bpf/bpftool/
H A Dcommon.c628 char full_path[64]; local
630 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s",
633 return read_sysfs_hex_int(full_path);

Completed in 542 milliseconds

12