Home
last modified time | relevance | path

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

/dragonfly/sbin/umount/
H A Dumount.c710 static struct statfs *origbuf; in mntinfo() local
718 if ((origbuf = malloc(bufsize)) == NULL) in mntinfo()
720 mntsize = getfsstat(origbuf, (long)bufsize, MNT_NOWAIT); in mntinfo()
721 *mntbuf = origbuf; in mntinfo()