Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_server.c111 struct path root_path; in hmdfs_open_path() local
116 err = kern_path(root_name, 0, &root_path); in hmdfs_open_path()
121 file = file_open_root(&root_path, path, in hmdfs_open_path()
123 path_put(&root_path); in hmdfs_open_path()
196 struct path root_path; in hmdfs_get_inode_by_name() local
200 ret = kern_path(con->sbi->local_dst, 0, &root_path); in hmdfs_get_inode_by_name()
206 ret = vfs_path_lookup(root_path.dentry, root_path.mnt, filename, 0, in hmdfs_get_inode_by_name()
209 path_put(&root_path); in hmdfs_get_inode_by_name()
219 path_put(&root_path); in hmdfs_get_inode_by_name()
244 struct path root_path; in check_sec_level() local
[all …]
Dfile_cloud.c57 struct path root_path; in hmdfs_file_open_cloud() local
71 err = kern_path(sbi->cloud_dir, 0, &root_path); in hmdfs_file_open_cloud()
85 lower_file = file_open_root(&root_path, dir_path, in hmdfs_file_open_cloud()
87 path_put(&root_path); in hmdfs_file_open_cloud()
Dinode_root.c248 struct path root_path; in hmdfs_root_lookup() local
266 ret = ERR_PTR(kern_path(sbi->local_src, 0, &root_path)); in hmdfs_root_lookup()
269 root_inode = fill_device_inode(sb, d_inode(root_path.dentry)); in hmdfs_root_lookup()
271 path_put(&root_path); in hmdfs_root_lookup()
Dhmdfs_dentryfile.c492 struct path root_path, path; in hmdfs_get_or_create_dents() local
497 err = kern_path(sbi->local_src, 0, &root_path); in hmdfs_get_or_create_dents()
507 err = vfs_path_lookup(root_path.dentry, root_path.mnt, relative, 0, in hmdfs_get_or_create_dents()
524 path_put(&root_path); in hmdfs_get_or_create_dents()
2315 struct path path, root_path; in hmdfs_add_remote_cache_list() local
2318 err = kern_path(con->sbi->local_dst, 0, &root_path); in hmdfs_add_remote_cache_list()
2324 err = vfs_path_lookup(root_path.dentry, root_path.mnt, dir_path, 0, in hmdfs_add_remote_cache_list()
2360 path_put(&root_path); in hmdfs_add_remote_cache_list()
2558 int hmdfs_root_unlink(uint64_t device_id, struct path *root_path, in hmdfs_root_unlink() argument
2568 err = vfs_path_lookup(root_path->dentry, root_path->mnt, in hmdfs_root_unlink()
[all …]
Dhmdfs_dentryfile.h262 int hmdfs_root_unlink(uint64_t device_id, struct path *root_path,
271 int hmdfs_root_rmdir(uint64_t device_id, struct path *root_path,
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_dfs_ref.c303 char *full_path, *root_path; in cifs_dfs_do_automount() local
345 root_path = kstrdup(tcon->treeName, GFP_KERNEL); in cifs_dfs_do_automount()
346 if (!root_path) { in cifs_dfs_do_automount()
350 cifs_dbg(FYI, "%s: root path: %s\n", __func__, root_path); in cifs_dfs_do_automount()
360 root_path + 1, NULL, NULL); in cifs_dfs_do_automount()
384 kfree(root_path); in cifs_dfs_do_automount()
Dioctl.c46 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local
56 root_path = 0; in cifs_ioctl_query_info()
57 utf16_path = &root_path; in cifs_ioctl_query_info()
74 if (utf16_path != &root_path) in cifs_ioctl_query_info()
/kernel/linux/linux-5.10/fs/vboxsf/
Dsuper.c122 struct shfl_string *folder_name, root_path; in vboxsf_fill_super() local
188 root_path.length = 1; in vboxsf_fill_super()
189 root_path.size = 2; in vboxsf_fill_super()
190 root_path.string.utf8[0] = '/'; in vboxsf_fill_super()
191 root_path.string.utf8[1] = 0; in vboxsf_fill_super()
192 err = vboxsf_stat(sbi, &root_path, &sbi->root_info); in vboxsf_fill_super()
/kernel/linux/common_modules/xpm/validator/
Dexec_signature_info.c59 static struct path root_path; variable
84 if (root_path.dentry == NULL) { in get_dm_verity_partition_dev()
91 ret = vfs_path_lookup(root_path.dentry, root_path.mnt, dir, LOOKUP_DIRECTORY, &path); in get_dm_verity_partition_dev()
163 ret = kern_path("/", LOOKUP_DIRECTORY, &root_path); in dm_verity_check_for_path()
/kernel/linux/linux-5.10/drivers/firmware/tegra/
Dbpmp-debugfs.c78 const char *root_path; in get_filename() local
82 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
84 if (IS_ERR(root_path)) in get_filename()
87 root_len = strlen(root_path); in get_filename()
94 strncmp(filename, root_path, root_len)) in get_filename()
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_kern.c250 const char *root_path = root->d_sb->s_fs_info; in hostfs_show_options() local
253 if (strlen(root_path) > offset) in hostfs_show_options()
254 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dothers.patch317 +root_path=$(cd $(dirname $0); pwd)
318 +root_out_dir=${root_path%kernel*}
/kernel/linux/linux-5.10/scripts/
Dcheckpatch.pl915 my $root_path = abs_path($root);
916 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c3628 goto root_path; in decode_pathname()
3646 root_path: in decode_pathname()