Searched defs:path2 (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | path.c | 62 int path__join(char *bf, size_t size, const char *path1, const char *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()
|
/linux-6.3-rc2/tools/testing/selftests/ia64/ |
A D | aliasing-test.c | 65 char *name, *path2; in scan_tree() local 150 char *name, *path2; in scan_rom() local
|
/linux-6.3-rc2/include/linux/ |
A D | path.h | 16 static inline int path_equal(const struct path *path1, const struct path *path2) in path_equal()
|
/linux-6.3-rc2/security/tomoyo/ |
A D | tomoyo.c | 267 struct path path2 = { .mnt = new_dir->mnt, .dentry = new_dentry }; in tomoyo_path_link() local 290 struct path path2 = { .mnt = new_parent->mnt, .dentry = new_dentry }; in tomoyo_path_rename() local
|
A D | file.c | 904 const struct path *path2) in tomoyo_path2_perm()
|
A D | common.h | 446 } path2; member 593 struct path path2; member
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kfigure.py | 99 def isNewer(path1, path2): argument
|
/linux-6.3-rc2/kernel/ |
A D | audit_tree.c | 874 struct path path1, path2; in audit_tag_tree() local
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
A D | phy.c | 1019 u8 path1, path2; in rtl92s_phy_bb_config() local
|
/linux-6.3-rc2/fs/btrfs/ |
A D | free-space-tree.c | 1069 struct btrfs_path *path, *path2; in populate_free_space_tree() local
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents.c | 5612 struct ext4_ext_path *path2 = NULL; in ext4_swap_extents() local 5984 struct ext4_ext_path *path = NULL, *path2 = NULL; in ext4_ext_replay_set_iblocks() local
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 2554 const char *path2 = NULL; in create_request_message() local
|
/linux-6.3-rc2/fs/ |
A D | namespace.c | 3836 bool path_is_under(const struct path *path1, const struct path *path2) in path_is_under()
|
Completed in 43 milliseconds