Home
last modified time | relevance | path

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

/linux/tools/perf/util/
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()
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);
/linux/include/linux/
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()
/linux/security/tomoyo/
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()
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()
A Dtomoyo.c254 struct path path1 = { .mnt = new_dir->mnt, .dentry = old_dentry }; in tomoyo_path_link() local
257 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); in tomoyo_path_link()
275 struct path path1 = { .mnt = old_parent->mnt, .dentry = old_dentry }; in tomoyo_path_rename() local
278 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
A Dcommon.h591 struct path path1; member
988 int tomoyo_path2_perm(const u8 operation, const struct path *path1,
A Ddomain.c724 ee->obj.path1 = bprm->file->f_path; in tomoyo_find_next_domain()
A Dcondition.c723 dentry = obj->path1.dentry; in tomoyo_get_attributes()
/linux/Documentation/sphinx/
A Dkfigure.py95 def isNewer(path1, path2): argument
101 return (path.exists(path1)
102 and os.stat(path1).st_ctime > os.stat(path2).st_ctime)
/linux/kernel/
A Daudit_tree.c874 struct path path1, path2; in audit_tag_tree() local
886 err = kern_path(old, 0, &path1); in audit_tag_tree()
907 good_one = path_is_under(&path1, &path2); in audit_tag_tree()
957 path_put(&path1); in audit_tag_tree()
/linux/fs/ext4/
A Dextents.c5619 if (IS_ERR(path1)) { in ext4_swap_extents()
5620 *erp = PTR_ERR(path1); in ext4_swap_extents()
5621 path1 = NULL; in ext4_swap_extents()
5632 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5675 &path1, lblk1, 0); in ext4_swap_extents()
5701 &path1, lblk1 + len, 0); in ext4_swap_extents()
5718 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5743 path1->p_depth); in ext4_swap_extents()
5758 ext4_ext_drop_refs(path1); in ext4_swap_extents()
5759 kfree(path1); in ext4_swap_extents()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_kms.c298 struct icc_path *path1; in dpu_kms_parse_data_bus_icc_path() local
302 path1 = of_icc_get(dev->dev, "mdp1-mem"); in dpu_kms_parse_data_bus_icc_path()
310 if (!IS_ERR_OR_NULL(path1)) { in dpu_kms_parse_data_bus_icc_path()
311 dpu_kms->path[1] = path1; in dpu_kms_parse_data_bus_icc_path()
/linux/drivers/gpu/drm/msm/disp/mdp5/
A Dmdp5_kms.c963 struct icc_path *path1 = of_icc_get(&pdev->dev, "mdp1-mem"); in mdp5_setup_interconnect() local
982 if (!IS_ERR_OR_NULL(path1)) in mdp5_setup_interconnect()
983 icc_set_bw(path1, 0, MBps_to_icc(6400)); in mdp5_setup_interconnect()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
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()
/linux/Documentation/devicetree/bindings/memory-controllers/
A Dmediatek,smi-common.yaml65 - description: gals1 is the path1 clock of gals.
/linux/fs/ceph/
A Dmds_client.c2445 const char *path1 = NULL; in create_request_message() local
2458 &path1, &pathlen1, &ino1, &freepath1, in create_request_message()
2527 ceph_encode_filepath(&p, end, ino1, path1); in create_request_message()
2587 ceph_mdsc_free_path((char *)path1, pathlen1); in create_request_message()
/linux/fs/
A Dnamespace.c3781 bool path_is_under(const struct path *path1, const struct path *path2) in path_is_under() argument
3785 res = is_path_reachable(real_mount(path1->mnt), path1->dentry, path2); in path_is_under()

Completed in 60 milliseconds