/netbsd-src/external/bsd/am-utils/dist/conf/umount/ |
H A D | umount_bsd44.c | 54 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 D | umount_osf.c | 54 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 D | umount_default.c | 54 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 D | umount_aix.c | 54 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 D | umount_linux.c | 55 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 D | ops_lofs.c | 154 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in lofs_umount() local
|
H A D | ops_efs.c | 169 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in efs_umount() local
|
H A D | ops_xfs.c | 166 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in xfs_umount() local
|
H A D | ops_ufs.c | 179 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in ufs_umount() local
|
H A D | ops_tmpfs.c | 190 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in tmpfs_umount() local
|
H A D | ops_cdfs.c | 240 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in cdfs_umount() local
|
H A D | amfs_toplvl.c | 260 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in amfs_toplvl_umount() local
|
H A D | ops_lustre.c | 201 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in lustre_umount() local
|
H A D | ops_pcfs.c | 221 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in pcfs_umount() local
|
H A D | ops_cachefs.c | 235 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in cachefs_umount() local
|
H A D | ops_ext.c | 222 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in ext_umount() local
|
H A D | ops_udf.c | 270 int unmount_flags; in udf_umount() local
|
H A D | amfs_host.c | 541 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in amfs_host_umount() local
|
H A D | amfs_generic.c | 1218 int unmount_flags = (mf->mf_flags & MFF_ON_AUTOFS) ? AMU_UMOUNT_AUTOFS : 0; in amfs_generic_umount() local
|
H A D | ops_nfs.c | 984 int unmount_flags, new_unmount_flags, error; in nfs_umount() local
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 148 #define UMOUNT_FS(dir, mtb_name, unmount_flags) umount_fs(dir, mtb_name, unmount_flags) argument
|