Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A 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()
H A 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py11 def get_package_manager(d, root_path): argument
22 root_path,
29 root_path,
36 root_path,
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A 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()
/OK3568_Linux_fs/u-boot/configs/
H A Daxm_defconfig18root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
/OK3568_Linux_fs/external/recovery/
H A Dinstall.h23 int install_package(const char *root_path);
/OK3568_Linux_fs/kernel/drivers/firmware/tegra/
H A Dbpmp-debugfs.c77 const char *root_path, *filename = NULL; in get_filename() local
85 root_path = dentry_path(bpmp->debugfs_mirror, root_path_buf, in get_filename()
87 if (IS_ERR(root_path)) in get_filename()
90 root_len = strlen(root_path); in get_filename()
98 if (strlen(filename) < root_len || strncmp(filename, root_path, root_len)) { in get_filename()
/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c1135 static char root_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0"; variable
1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main()
1504 if (root_path[0]) { in write_index_tbl()
1505 if (!strncmp(path, root_path, strlen(root_path))) { in write_index_tbl()
1506 path += strlen(root_path); in write_index_tbl()
H A Dcheckpatch.pl915 my $root_path = abs_path($root);
916 my $status = `cd "$root_path"; echo "$license" | python scripts/spdxcheck.py -`;
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c1135 static char root_path[MAX_INDEX_ENTRY_PATH_LEN] = "\0"; variable
1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main()
1504 if (root_path[0]) { in write_index_tbl()
1505 if (!strncmp(path, root_path, strlen(root_path))) { in write_index_tbl()
1506 path += strlen(root_path); in write_index_tbl()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c171 struct path root_path;
175 err = kern_path("/", LOOKUP_FOLLOW, &root_path);
185 if (path.mnt->mnt_sb == root_path.mnt->mnt_sb) {
194 path_put(&root_path);
/OK3568_Linux_fs/kernel/fs/hostfs/
H A 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()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c2584 struct path root_path; in gup_check_fs_mounted() local
2587 err = kern_path("/", LOOKUP_FOLLOW, &root_path); in gup_check_fs_mounted()
2606 if (path.mnt->mnt_sb == root_path.mnt->mnt_sb) in gup_check_fs_mounted()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dfs_path.h403 path root_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_path.h397 path root_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_path.h397 path root_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dfs_path.h403 path root_path() const; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4xdr.c3628 goto root_path; in decode_pathname()
3646 root_path: in decode_pathname()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem1056 _LIBCPP_INLINE_VISIBILITY path root_path() const {
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem1056 _LIBCPP_INLINE_VISIBILITY path root_path() const {