Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c3192 struct statfs fsb1; in do_mount() local
3366 if (statfs(dirp, &fsb1) != 0 || in do_mount()
3367 fsidcmp(&fsb1.f_fsid, &fsb->f_fsid) != 0) { in do_mount()