Home
last modified time | relevance | path

Searched refs:FS_MBACKGROUND (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/amd/amd/
H A Dsfs_ops.c193 FS_MBACKGROUND
H A Difs_ops.c134 if (newmf->mf_ops->fs_flags & FS_MBACKGROUND) in ifs_mount()
H A Dutil.c417 if (!error && !(mf->mf_ops->fs_flags & FS_MBACKGROUND)) { in mount_node()
H A Dnfsx_ops.c368 if (!fg && foreground && (m->mf_ops->fs_flags & FS_MBACKGROUND)) { in nfsx_remount()
H A Dafs_ops.c983 if ((p->fs_flags & FS_MBACKGROUND)) { in afs_bgmount()
/openbsd-src/usr.sbin/amd/include/
H A Dam.h414 #define FS_MBACKGROUND 0x0002 /* Should background this mount */ macro
418 #define FS_BACKGROUND (FS_MBACKGROUND|FS_UBACKGROUND)