Searched refs:fd_is_mount_point (Results 1 - 4 of 4) sorted by relevance
/systemd/src/basic/ |
H A D | mount-util.h | 32 int fd_is_mount_point(int fd, const char *filename, int flags);
|
H A D | rm-rf.c | 118 r = fd_is_mount_point(fd, de->d_name, 0);
|
H A D | mount-util.c | 79 int fd_is_mount_point(int fd, const char *filename, int flags) { function 218 * fd_is_mount_point() to do that for us; if we have a structure like 237 return fd_is_mount_point(fd, basename(t), flags);
|
/systemd/src/test/ |
H A D | test-path-util.c | 82 assert_se(fd_is_mount_point(fd, "/", 0) > 0);
|
Completed in 1435 milliseconds