Home
last modified time | relevance | path

Searched refs:make_mount_point_inode_from_path (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-mount-util.c230 assert_se(make_mount_point_inode_from_path(src_file, dst_file, 0755) >= 0); in TEST()
231 assert_se(make_mount_point_inode_from_path(src_dir, dst_dir, 0755) >= 0); in TEST()
/systemd-251/src/shared/
Dmount-util.h130 int make_mount_point_inode_from_path(const char *source, const char *dest, mode_t mode);
Dmount-util.c1141 int make_mount_point_inode_from_path(const char *source, const char *dest, mode_t mode) { in make_mount_point_inode_from_path() function
/systemd-251/src/core/
Dnamespace.c1484 q = make_mount_point_inode_from_path(what, mount_entry_path(m), 0755); in apply_one_mount()