Home
last modified time | relevance | path

Searched refs:make_mount_point_inode_from_stat (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dmount-util.c869 r = make_mount_point_inode_from_stat(&st, mount_tmp, 0700); in mount_in_namespace()
946 (void) make_mount_point_inode_from_stat(&st, dest, 0700); in mount_in_namespace()
1131 int make_mount_point_inode_from_stat(const struct stat *st, const char *dest, mode_t mode) { in make_mount_point_inode_from_stat() function
1150 return make_mount_point_inode_from_stat(&st, dest, mode); in make_mount_point_inode_from_path()
Dmount-util.h129 int make_mount_point_inode_from_stat(const struct stat *st, const char *dest, mode_t mode);
/systemd-251/src/test/
Dtest-mount-util.c245 assert_se(make_mount_point_inode_from_stat(&st, dst_file, 0755) >= 0); in TEST()
247 assert_se(make_mount_point_inode_from_stat(&st, dst_dir, 0755) >= 0); in TEST()