Searched defs:mntent (Results 1 – 6 of 6) sorted by relevance
106 struct mntent { struct107 char *mnt_fsname; /* name of mounted file system */108 char *mnt_dir; /* file system path prefix */109 char *mnt_type; /* MNTTYPE_* */110 char *mnt_opts; /* MNTOPT* */111 int mnt_freq; /* dump frequency, in days */112 int mnt_passno; /* pass number on parallel fsck */
101 struct mntent { struct102 char *mnt_fsname; /* name of mounted file system */103 char *mnt_dir; /* file system path prefix */104 char *mnt_type; /* MNTTYPE_* */105 char *mnt_opts; /* MNTOPT* */106 int mnt_freq; /* dump frequency, in days */107 int mnt_passno; /* pass number on parallel fsck */
99 struct mntent { struct100 char *mnt_fsname; /* name of mounted file system */101 char *mnt_dir; /* file system path prefix */102 char *mnt_type; /* MNTTYPE_* */103 char *mnt_opts; /* MNTOPT* */104 int mnt_freq; /* dump frequency, in days */105 int mnt_passno; /* pass number on parallel fsck */
108 struct mntent { struct109 char *mnt_fsname; /* name of mounted file system */110 char *mnt_dir; /* file system path prefix */111 char *mnt_type; /* MNTTYPE_* */112 char *mnt_opts; /* MNTOPT* */113 int mnt_freq; /* dump frequency, in days */114 int mnt_passno; /* pass number on parallel fsck */
104 struct mntent { struct105 char *mnt_fsname; /* name of mounted file system */106 char *mnt_dir; /* file system path prefix */107 char *mnt_type; /* MNTTYPE_* */108 char *mnt_opts; /* MNTOPT* */109 int mnt_freq; /* dump frequency, in days */110 int mnt_passno; /* pass number on parallel fsck */
158 struct mntent { struct159 char *mnt_fsname; /* name of mounted file system */160 char *mnt_dir; /* file system path prefix */161 char *mnt_type; /* MNTTYPE_* */162 char *mnt_opts; /* MNTOPT* */163 int mnt_freq; /* dump frequency, in days */164 int mnt_passno; /* pass number on parallel fsck */