Searched defs:fd_is_mount_point (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dmount-util.c79 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);

Completed in 1195 milliseconds