| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_dfs_ref.c | 303 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 D | ioctl.c | 46 __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 D | package_manager.py | 11 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 D | super.c | 122 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 D | axm_defconfig | 18 …root_path;setenv bootargs ${bootargs} root=/dev/nfs rw nfsroot=${serverip}:${rootpath} at91sam9_wd…
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | install.h | 23 int install_package(const char *root_path);
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 77 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 D | resource_tool.c | 1135 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 D | checkpatch.pl | 915 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 D | resource_tool.c | 1135 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 D | gt1x_update.c | 171 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 D | hostfs_kern.c | 250 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 D | gt9xx_update.c | 2584 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 D | fs_path.h | 403 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 D | fs_path.h | 397 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 D | fs_path.h | 397 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 D | fs_path.h | 403 path root_path() const; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4xdr.c | 3628 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 D | filesystem | 1056 _LIBCPP_INLINE_VISIBILITY path root_path() const {
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | filesystem | 1056 _LIBCPP_INLINE_VISIBILITY path root_path() const {
|