Searched refs:mntflags (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vfsops.c221 synthfs_unmount(mp, mntflags, context)
223 int mntflags;
234 retval = vflush(mp, root_vp, (mntflags & MNT_FORCE) ? FORCECLOSE : 0);
235 if (retval && ((mntflags & MNT_FORCE) == 0)) goto Err_Exit;
240 if ((mntflags & MNT_FORCE) == 0) {
267 if (mntflags & MNT_FORCE) retval = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h76 int mntflags; /* Options on the mount */ member in struct:union_args
120 int mntflags; /* Options on the mount */ member in struct:user_union_args
H A Dunion_vfsops.c135 args.mntflags = temp.mntflags;
175 um->um_op = args.mntflags & UNMNT_OPMASK;
331 union_unmount(mount_t mp, int mntflags, vfs_context_t context) argument
343 if (mntflags & MNT_FORCE)
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vfsops.c208 nullfs_unmount(mp, mntflags, context)
210 int mntflags;
222 if (mntflags & MNT_FORCE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vfsops.c129 fdesc_unmount(struct mount *mp, int mntflags, __unused vfs_context_t context) argument
136 if (mntflags & MNT_FORCE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c225 devfs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx) argument
232 if (mntflags & MNT_FORCE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount.h503 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c782 ffs_unmount(mp, mntflags, context)
784 int mntflags;
795 if (mntflags & MNT_FORCE) {
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c707 cd9660_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
713 if ( (mntflags & MNT_FORCE) ) {
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c1814 int mntflags,
1831 if (mntflags & MNT_FORCE) {
1853 if (mntflags & MNT_FORCE) {
1878 nfs_gss_clnt_ctx_unmount(nmp, mntflags);
1812 nfs_vfs_unmount( mount_t mp, int mntflags, __unused vfs_context_t ctx) argument
H A Dnfs_gss.c1496 nfs_gss_clnt_ctx_unmount(struct nfsmount *nmp, int mntflags) argument
1524 if (!(mntflags & MNT_FORCE) && cp->gss_clnt_service != RPCSEC_GSS_SVC_SYS) {
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c141 static int hfs_unmount(struct mount *mp, int mntflags, vfs_context_t context);
1543 hfs_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
1554 if (mntflags & MNT_FORCE) {

Completed in 90 milliseconds