Home
last modified time | relevance | path

Searched defs:unmount_flags (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/umount/
H A Dumount_bsd44.c54 umount_fs(char *mntdir, const char *mnttabname, u_int unmount_flags) in umount_fs()
103 umount2_fs(const char *mntdir, u_int unmount_flags) in umount2_fs()
H A Dumount_osf.c54 umount_fs(char *mntdir, const char *mnttabname, u_int unmount_flags) in umount_fs()
106 umount2_fs(const char *mntdir, u_int unmount_flags) in umount2_fs()
H A Dumount_default.c54 umount_fs(char *mntdir, const char *mnttabname, u_int unmount_flags) in umount_fs()
174 umount2_fs(const char *mntdir, u_int unmount_flags) in umount2_fs()
H A Dumount_aix.c54 umount_fs(char *mntdir, const char *mnttabname, u_int unmount_flags) in umount_fs()
174 umount2_fs(const char *mntdir, u_int unmount_flags) in umount2_fs()
H A Dumount_linux.c55 umount_fs(char *mntdir, const char *mnttabname, u_int unmount_flags) in umount_fs()
231 umount2_fs(const char *mntdir, u_int unmount_flags) in umount2_fs()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dops_lofs.c154 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in lofs_umount() local
H A Dops_efs.c169 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in efs_umount() local
H A Dops_xfs.c166 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in xfs_umount() local
H A Dops_ufs.c179 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in ufs_umount() local
H A Dops_tmpfs.c190 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in tmpfs_umount() local
H A Dops_cdfs.c240 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in cdfs_umount() local
H A Damfs_toplvl.c260 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in amfs_toplvl_umount() local
H A Dops_lustre.c201 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in lustre_umount() local
H A Dops_pcfs.c221 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in pcfs_umount() local
H A Dops_cachefs.c235 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in cachefs_umount() local
H A Dops_ext.c222 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in ext_umount() local
H A Dops_udf.c270 int unmount_flags; in udf_umount() local
H A Damfs_host.c541 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in amfs_host_umount() local
H A Damfs_generic.c1218 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in amfs_generic_umount() local
H A Dops_nfs.c984 int unmount_flags, new_unmount_flags, error; in nfs_umount() local
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h148 #define UMOUNT_FS(dir, mtb_name, unmount_flags) umount_fs(dir, mtb_name, unmount_flags) argument