Home
last modified time | relevance | path

Searched defs:fstab (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dfstab.h55 struct fstab { struct
68 struct fstab *getfsent(void); argument
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h48 struct fstab *fstab; /* fstab data for this partition */ member
H A Dpartedit.c347 FILE *fstab; in apply_changes() local
587 struct fstab *fstab; in init_fstab_metadata() local
/freebsd/sbin/fsck/
H A Dpreen.c79 checkfstab(int flags, int (*docheck)(struct fstab *), in checkfstab()
/freebsd/sbin/mount/
H A Dmount.c804 update_options(char *opts, char *fstab, int curflags) in update_options()