Searched refs:make_mount_point_inode_from_stat (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | mount-util.c | 869 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()
|
D | mount-util.h | 129 int make_mount_point_inode_from_stat(const struct stat *st, const char *dest, mode_t mode);
|
/systemd-251/src/test/ |
D | test-mount-util.c | 245 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()
|