Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c66 struct mntent mntbuf; in _sol_getmntent() local
69 ret = getmntent_r(fp, &mntbuf, buf, BUFSIZE); in _sol_getmntent()
72 mgetp->mnt_special = mntbuf.mnt_fsname; in _sol_getmntent()
73 mgetp->mnt_mountp = mntbuf.mnt_dir; in _sol_getmntent()
74 mgetp->mnt_fstype = mntbuf.mnt_type; in _sol_getmntent()
75 mgetp->mnt_mntopts = mntbuf.mnt_opts; in _sol_getmntent()