Lines Matching refs:sfs
95 statfs2mnttab(struct statfs *sfs, struct mnttab *mp) in statfs2mnttab() argument
102 flags = sfs->f_flags; in statfs2mnttab()
124 mp->mnt_special = sfs->f_mntfromname; in statfs2mnttab()
125 mp->mnt_mountp = sfs->f_mntonname; in statfs2mnttab()
126 mp->mnt_fstype = sfs->f_fstypename; in statfs2mnttab()
136 struct statfs *sfs; in statfs_init() local
153 sfs = realloc(gsfs, allfs * sizeof(gsfs[0])); in statfs_init()
154 if (sfs != NULL) in statfs_init()
155 gsfs = sfs; in statfs_init()
169 struct statfs *sfs; in getmntany() local
198 struct statfs *sfs; in getmntent() local