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

/systemd/src/core/
H A Dmount.c73 static bool mount_needs_network(const char *options, const char *fstype) { function
86 return mount_needs_network(p->options, p->fstype);
1391 target = mount_needs_network(options, fstype) ? SPECIAL_REMOTE_FS_TARGET : SPECIAL_LOCAL_FS_TARGET;
1417 mount_needs_network(options, fstype)) {

Completed in 27 milliseconds