Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mountd/
H A Dmountd.c242 static int compare_export(struct exportlist *, struct exportlist *);
2167 if (compare_export(ep, oep) != 0) { in compare_nmount_exportlist()
2251 compare_export(struct exportlist *ep, struct exportlist *oep) in compare_export() function