Home
last modified time | relevance | path

Searched refs:path1 (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpath.c62 int path__join(char *bf, size_t size, const char *path1, const char *path2) in path__join() argument
64 return scnprintf(bf, size, "%s%s%s", path1, path1[0] ? "/" : "", path2); in path__join()
67 int path__join3(char *bf, size_t size, const char *path1, const char *path2, const char *path3) in path__join3() argument
69 return scnprintf(bf, size, "%s%s%s%s%s", path1, path1[0] ? "/" : "", in path__join3()
H A Dpath.h10 int path__join(char *bf, size_t size, const char *path1, const char *path2);
11 int path__join3(char *bf, size_t size, const char *path1, const char *path2, const char *path3);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpath.h16 static inline int path_equal(const struct path *path1, const struct path *path2) in path_equal() argument
18 return path1->mnt == path2->mnt && path1->dentry == path2->dentry; in path_equal()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dfile.c713 .path1 = { .mnt = path->mnt, .dentry = path->dentry }, in tomoyo_path_number_perm()
761 .path1 = { .mnt = path->mnt, .dentry = path->dentry }, in tomoyo_check_open_permission()
807 .path1 = { .mnt = path->mnt, .dentry = path->dentry }, in tomoyo_path_perm()
864 .path1 = { .mnt = path->mnt, .dentry = path->dentry }, in tomoyo_mkdev_perm()
903 int tomoyo_path2_perm(const u8 operation, const struct path *path1, in tomoyo_path2_perm() argument
911 .path1 = { .mnt = path1->mnt, .dentry = path1->dentry }, in tomoyo_path2_perm()
922 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
928 if (!d_is_dir(path1->dentry)) in tomoyo_path2_perm()
H A Dmount.c140 obj.path1 = path; in tomoyo_mount_acl()
175 if (obj.path1.dentry) in tomoyo_mount_acl()
176 path_put(&obj.path1); in tomoyo_mount_acl()
H A Dtomoyo.c255 struct path path1 = { .mnt = new_dir->mnt, .dentry = old_dentry }; in tomoyo_path_link() local
258 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); in tomoyo_path_link()
276 struct path path1 = { .mnt = old_parent->mnt, .dentry = old_dentry }; in tomoyo_path_rename() local
279 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
H A Dcommon.h591 struct path path1; member
988 int tomoyo_path2_perm(const u8 operation, const struct path *path1,
H A Ddomain.c726 ee->obj.path1 = bprm->file->f_path; in tomoyo_find_next_domain()
H A Dcondition.c723 dentry = obj->path1.dentry; in tomoyo_get_attributes()
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkfigure.py107 def isNewer(path1, path2): argument
113 return (path.exists(path1)
114 and os.stat(path1).st_ctime > os.stat(path2).st_ctime)
/OK3568_Linux_fs/kernel/kernel/
H A Daudit_tree.c874 struct path path1, path2; in audit_tag_tree() local
886 err = kern_path(old, 0, &path1); in audit_tag_tree()
908 good_one = path_is_under(&path1, &path2); in audit_tag_tree()
960 path_put(&path1); in audit_tag_tree()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c5614 struct ext4_ext_path *path1 = NULL; in ext4_swap_extents() local
5636 path1 = ext4_find_extent(inode1, lblk1, NULL, EXT4_EX_NOCACHE); in ext4_swap_extents()
5637 if (IS_ERR(path1)) { in ext4_swap_extents()
5638 *erp = PTR_ERR(path1); in ext4_swap_extents()
5639 path1 = NULL; in ext4_swap_extents()
5650 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5667 next1 = ext4_ext_next_allocated_block(path1); in ext4_swap_extents()
5693 &path1, lblk1, 0); in ext4_swap_extents()
5719 &path1, lblk1 + len, 0); in ext4_swap_extents()
5736 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c293 struct icc_path *path1; in dpu_kms_parse_data_bus_icc_path() local
297 path1 = of_icc_get(dev->dev, "mdp1-mem"); in dpu_kms_parse_data_bus_icc_path()
305 if (!IS_ERR_OR_NULL(path1)) { in dpu_kms_parse_data_bus_icc_path()
306 dpu_kms->path[1] = path1; in dpu_kms_parse_data_bus_icc_path()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_kms.c969 struct icc_path *path1 = of_icc_get(&pdev->dev, "mdp1-mem"); in mdp5_setup_interconnect() local
988 if (!IS_ERR_OR_NULL(path1)) in mdp5_setup_interconnect()
989 icc_set_bw(path1, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c1022 u8 path1, path2; in rtl92s_phy_bb_config() local
1032 path1 = (u8)(rtl92s_phy_query_bb_reg(hw, RFPGA0_TXINFO, 0xf)); in rtl92s_phy_bb_config()
1035 pathmap = path1 | path2; in rtl92s_phy_bb_config()
1050 path1, path2, pathmap); in rtl92s_phy_bb_config()
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c3674 bool path_is_under(const struct path *path1, const struct path *path2) in path_is_under() argument
3678 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c2555 const char *path1 = NULL; in create_request_message() local
2567 &path1, &pathlen1, &ino1, &freepath1, in create_request_message()
2618 ceph_encode_filepath(&p, end, ino1, path1); in create_request_message()
2683 ceph_mdsc_free_path((char *)path1, pathlen1); in create_request_message()
/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.h684 const path& path1() const noexcept; 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.h713 const path& path1() const noexcept { return _M_path1; } 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.h713 const path& path1() const noexcept { return _M_path1; } 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.h684 const path& path1() const noexcept; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini524 ; UNIX: "/path1:/path2"
527 ; Windows: "\path1;\path2"
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini524 ; UNIX: "/path1:/path2"
527 ; Windows: "\path1;\path2"
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfilesystem1339 const path& path1() const noexcept { return __storage_->__p1_; }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfilesystem1339 const path& path1() const noexcept { return __storage_->__p1_; }

12