Searched refs:mnt_flags (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c118 } mnt_flags[] = { variable in typeref:struct:__anon10048
667 for (i = 0; i < sizeof mnt_flags / sizeof mnt_flags[0]; i++) {
668 if (flags & mnt_flags[i].m_flag) {
669 (void)printf("%s%s", sep, mnt_flags[i].m_name);
670 flags &= ~mnt_flags[i].m_flag;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c560 int mnt_flags)
609 clp->cl_mflags = mnt_flags;
559 changelist_gather(zfs_handle_t *zhp, zfs_prop_t prop, int gather_flags, int mnt_flags) argument
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/libamu/
H A Dmount_fs.c62 struct opt_tab mnt_flags[] = variable in typeref:struct:opt_tab
162 for (opt = mnt_flags; opt->opt; opt++) {

Completed in 76 milliseconds