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

12

/macosx-10.9.5/diskdev_cmds-572.1.1/mount_devfs.tproj/
H A Dmount_devfs.c84 int ch, mntflags; local
87 mntflags = 0;
91 getmntopts(optarg, mopts, &mntflags, 0);
106 if (mount("devfs", dir, mntflags, NULL))
/macosx-10.9.5/diskdev_cmds-572.1.1/mount_fdesc.tproj/
H A Dmount_fdesc.c86 int ch, mntflags; local
90 mntflags = 0;
94 getmntopts(optarg, mopts, &mntflags, 0);
/macosx-10.9.5/autofs-234/headers/
H A Dautofs.h73 uint32_t mntflags; /* Boolean default mount options */ member in struct:autofs_args
92 uint32_t mntflags; /* Boolean default mount options */ member in struct:autofs_args_32
110 uint32_t mntflags; /* Boolean default mount options */ member in struct:autofs_args_64
139 uint32_t mntflags; /* Boolean default mount options */ member in struct:autofs_update_args
154 uint32_t mntflags; /* Boolean default mount options */ member in struct:autofs_update_args_32
168 uint32_t mntflags; /* Boolean default mount options */ member in struct:autofs_update_args_64
219 int mntflags; member in struct:mounta
/macosx-10.9.5/smb-697.95.1/mount_smbfs/
H A Dmount_smbfs.c115 int mntflags = 0; local
142 mntoptparse_t mp = getmntopts(optarg, mopts, &mntflags, &altflags);
178 if (mntflags & MNT_AUTOMOUNTED) {
202 status = SMBMountShareEx(serverConnection, NULL, mountPoint, mntflags,
/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Dmount_hfs.c419 int ch, mntflags; local
427 mntflags = MNT_NOATIME;
429 mntflags = 0;
503 getmntopts(optarg, mopts, &mntflags, &dummy);
523 if ((mntflags & MNT_IGNORE_OWNERSHIP) && !(mntflags & MNT_UPDATE)) {
564 if ((mntflags & MNT_UPDATE) == 0) {
608 printf("\tmount flags = 0x%08x\n", mntflags);
625 mntflags |= MNT_RDONLY;
630 mntflags |
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c51 int mockfs_unmount(__unused struct mount *mp, __unused int mntflags, __unused vfs_context_t ctx);
147 * Given a mount (mp), and associated flags (mntflags), performs the necessary teardown to destroy the mount.
151 int mockfs_unmount(struct mount *mp, int mntflags, __unused vfs_context_t ctx) argument
165 if (mntflags & MNT_FORCE) {
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_autofs.c163 * Parse the mount options and fill in "flags" and "mntflags".
165 alp->mounta.flags = alp->mounta.mntflags = 0;
168 &alp->mounta.mntflags);
195 mnt_args.mntflags = alp->mounta.mntflags;
H A Dautod_main.c919 autofs_component key, uint32_t flags, uint32_t mntflags,
938 key, flags, mntflags, direct, fsidp, top_level);
953 autofs_component key, uint32_t flags, uint32_t mntflags,
991 mnt_args.mntflags = mntflags;
915 autofs_mount_subtrigger(__unused mach_port_t server, autofs_pathname mntpt, autofs_pathname submntpt, autofs_pathname path, autofs_opts opts, autofs_pathname map, autofs_pathname subdir, autofs_component key, uint32_t flags, uint32_t mntflags, int32_t direct, fsid_t *fsidp, boolean_t *top_level, int *err, security_token_t token) argument
950 do_mount_subtrigger(autofs_pathname mntpt, autofs_pathname submntpt, autofs_pathname path, autofs_opts opts, autofs_pathname map, autofs_pathname subdir, autofs_component key, uint32_t flags, uint32_t mntflags, int32_t direct, fsid_t *fsidp, boolean_t *top_level) argument
/macosx-10.9.5/msdosfs-198/mount_msdos.tproj/
H A Dmount_msdos.c228 int c, mntflags, set_gid, set_uid, set_mask; local
234 mntflags = set_gid = set_uid = set_mask = 0;
254 mntflags |= MNT_ASYNC;
276 mp = getmntopts(optarg, mopts, &mntflags, (int *)&args.flags);
308 mntflags |= MNT_UNKNOWNPERMISSIONS;
319 if ((mntflags & MNT_UPDATE) == 0) {
327 if (mount("msdos", mntpath, mntflags, &args) < 0)
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_agent.c746 int mntflags; local
796 mntflags = 0;
864 mp = getmntopts(optarg, mopts, &mntflags, 0);
906 mirrored_mount = gSuppressAllUI && (mntflags & MNT_DONTBROWSE);
954 if(((buffer[i].f_flags & MNT_DONTBROWSE) && (mntflags & MNT_DONTBROWSE)) ||
955 (!(buffer[i].f_flags & MNT_DONTBROWSE) && !(mntflags & MNT_DONTBROWSE)))
1099 mntflags |= servermntflags;
1204 return_code = mount(vfc.vfc_name, g_mountPoint, mntflags, &args);
/macosx-10.9.5/autofs-234/mig/
H A Dautofs_prot.defs170 in mntflags : uint32_t; /* mntflags mount argument */
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c378 args.mntflags = args32.mntflags;
535 fnip->fi_mntflags = args.mntflags;
757 fnip->fi_mntflags = update_argsp->mntflags;
796 auto_unmount(mount_t mp, int mntflags, __unused vfs_context_t context) argument
815 if (mntflags & MNT_FORCE)
2181 update_args.mntflags = update_argsp_32->mntflags;
H A Dauto_subr.c668 uint32_t mntflags,
681 opts, map, subdir, key, flags, mntflags, direct, fsidp,
739 m->opts, m->map, m->subdir, m->key, m->flags, m->mntflags,
966 error = getint(&alp->mounta.mntflags, &inbuf,
659 auto_mount_subtrigger_request( char *mntpt, char *submntpt, char *path, char *opts, char *map, char *subdir, char *key, uint32_t flags, uint32_t mntflags, int32_t direct, fsid_t *fsidp) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c237 devfs_unmount( struct mount *mp, int mntflags, __unused vfs_context_t ctx) argument
244 if (mntflags & MNT_FORCE) {
/macosx-10.9.5/autofs-234/automount/
H A Dautomount.c471 au.mntflags = altflags;
589 ai.mntflags = altflags;
/macosx-10.9.5/webdavfs-352.92.2/WebDAVPlugin/
H A DWebDAV_Mount.c1581 u_int32_t mntflags; local
1686 mntflags = 0;
1690 (void)CFNumberGetValue(numRef, kCFNumberSInt32Type, &mntflags);
1696 error = WebDAVMountURL(url, username, password, proxy_username, proxy_password, mountpoint, sizeof(mountpoint), mntflags);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c1105 smbfs_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
1112 SMBVDEBUG("smbfs_unmount: flags=%04x\n", mntflags);
1115 if (mntflags & MNT_FORCE) {
1123 error = vflush(mp, vp, (mntflags & MNT_FORCE) ? FORCECLOSE : 0);
1128 if (vnode_isinuse(vp, 1) && !(mntflags & MNT_FORCE)) {
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dctx.c2556 int mntflags; local
2593 mntflags = 0;
2597 (void)CFNumberGetValue(numRef, kCFNumberSInt32Type, &mntflags);
2678 if (!ForceNewSession && ((mntflags & MNT_AUTOMOUNTED) == 0)) {
2682 error = already_mounted(dfs_ctx, dfs_ctx->ct_sh.ioc_share, fs, fs_cnt, mdict, mntflags);
2865 smb_log_info("%s: Volume name = %s mntflags = 0x%x altflags = 0x%x",
2867 mntflags, mdata.altflags);
2868 error = mount(SMBFS_VFSNAME, mount_point, mntflags, (void*)&mdata);
/macosx-10.9.5/NFS-81/mount_nfs/
H A Dmount_nfs.c262 int mntflags; /* MNT_* flags */ member in struct:__anon3073
512 (options.mntflags & MNT_RDONLY)) {
599 if (mount("nfs", mntonname, options.mntflags, xdrbuf)) {
828 xb_add_32(error, &xb, options.mntflags);
988 mop = getmntopts(opts, mopts, &options.mntflags, &altflags);
2012 flags = options.mntflags;
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c441 static int webdav_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
454 if (mntflags & MNT_FORCE)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount.h561 @param mntflags MNT_FORCE indicates that we wish to unmount even if there are active vnodes.
565 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context);
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c902 int msdosfs_vfs_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
914 if (mntflags & MNT_FORCE) {
/macosx-10.9.5/smb-697.95.1/lib/
H A Dlibtest.c379 static int do_mount(const char *mp, CFURLRef url, CFDictionaryRef openOptions, int mntflags) argument
406 numRef = CFNumberCreate( nil, kCFNumberIntType, &mntflags);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c3299 int error = 0, pathbuflen = MAXPATHLEN, i, mntflags = 0, referral, skipcopy = 0; local
3569 xb_get_32(error, &xb, mntflags);
3576 mntflags |= (MNT_AUTOMOUNTED | MNT_DONTBROWSE);
3577 xb_add_32(error, &xbnew, mntflags);
3629 mntflags = vnode_vfsvisflags(vp);
3630 mntflags |= (MNT_AUTOMOUNTED | MNT_DONTBROWSE);
3634 mntflags, KERNEL_MOUNT_PERMIT_UNMOUNT | KERNEL_MOUNT_NOAUTH, ctx);
4111 int mntflags,
4130 if (mntflags & MNT_FORCE) {
4156 if (mntflags
4109 nfs_vfs_unmount( mount_t mp, int mntflags, __unused vfs_context_t ctx) argument
[all...]
/macosx-10.9.5/NFS-81/nfsstat/
H A Dnfsstat.c745 int mntflags; /* MNT_* flags */ member in struct:mountargs
1008 xb_get_32(error, xb, margs->mntflags);
1143 flags = margs->mntflags;

Completed in 1041 milliseconds

12