Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/mountd/
Dmountd.c3055 struct statfs fsb1; in do_mount() local
3220 if (statfs(dirp, &fsb1) != 0 || in do_mount()
3221 fsidcmp(&fsb1.f_fsid, &fsb->f_fsid) != 0) { in do_mount()