Searched refs:MNT_IGNORE (Results 1 – 8 of 8) sorted by relevance
262 statfsbuf.f_flags &= ~MNT_IGNORE; in main()270 if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) { in main()277 if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) in main()
222 sbp->f_flags = mp->mnt_flag & MNT_IGNORE; in fdesc_statfs()
227 sbp->f_flags = mp->mnt_flag & MNT_IGNORE; in devfs_statfs()
195 mp->mnt_flag |= MNT_IGNORE; in mount_snapshot()
416 #define MNT_IGNORE 0x0000000000800000ULL /* do not show entry in df */ macro431 MNT_IGNORE | MNT_EXPUBLIC | MNT_NOSYMFOLLOW | \440 MNT_NOSYMFOLLOW | MNT_IGNORE | \
375 MNT_NOSYMFOLLOW | MNT_AUTOMOUNTED | MNT_EXPORTED | MNT_IGNORE; in nullfs_statfs()
352 (mntbuf[i].f_flags & MNT_IGNORE) != 0) in main()
4701 MNT_FLAG(MNT_IGNORE); in DB_SHOW_COMMAND()