Searched refs:altflags (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dpreference.c46 int32_t altflags; local
178 if (rc_getbool(rcfile, sname, "compound_on", &altflags) == 0) {
179 if (altflags)
180 prefs->altflags |= SMBFS_MNT_COMPOUND_ON;
182 prefs->altflags &= ~SMBFS_MNT_COMPOUND_ON;
186 if (rc_getbool(rcfile, sname, "notify_off", &altflags) == 0) {
187 if (altflags)
188 prefs->altflags |= SMBFS_MNT_NOTIFY_OFF;
190 prefs->altflags &= ~SMBFS_MNT_NOTIFY_OFF;
194 if (rc_getbool(rcfile, sname, "streams", &altflags)
[all...]
H A Dpreference.h47 int32_t altflags; member in struct:smb_prefs
H A Dctx.c865 if ((ctx->mechDict) && (ctx->prefs.altflags & SMBFS_MNT_KERBEROS_OFF)) {
2572 mdata.altflags = ctx->prefs.altflags; /* Contains flags that were read from preference */
2579 mdata.altflags |= SMBFS_MNT_SOFT;
2581 mdata.altflags |= SMBFS_MNT_NOTIFY_OFF;
2584 mdata.altflags |= SMBFS_MNT_STREAMS_ON;
2586 mdata.altflags &= ~SMBFS_MNT_STREAMS_ON;
2589 mdata.altflags |= SMBFS_MNT_TIME_MACHINE;
2863 mdata.altflags |= SMBFS_MNT_DFS_SHARE;
2865 smb_log_info("%s: Volume name = %s mntflags = 0x%x altflags
[all...]
/macosx-10.9.5/smb-697.95.1/mount_smbfs/
H A Dmount_smbfs.c113 int altflags = SMBFS_MNT_STREAMS_ON; local
142 mntoptparse_t mp = getmntopts(optarg, mopts, &mntflags, &altflags);
183 if ((altflags & SMBFS_MNT_STREAMS_ON) != SMBFS_MNT_STREAMS_ON) {
187 if ((altflags & SMBFS_MNT_NOTIFY_OFF) == SMBFS_MNT_NOTIFY_OFF) {
191 if ((altflags & SMBFS_MNT_SOFT) == SMBFS_MNT_SOFT) {
195 if ((altflags & SMBFS_MNT_TIME_MACHINE) == SMBFS_MNT_TIME_MACHINE) {
/macosx-10.9.5/NFS-81/mount_nfs/
H A Dmount_nfs.c982 int num, altflags = 0, dummyflags; local
987 altflags = 0;
988 mop = getmntopts(opts, mopts, &options.mntflags, &altflags);
992 if (altflags & ALTF_ATTRCACHE_VAL) {
1053 if (altflags & ALTF_DEADTIMEOUT) {
1065 if (altflags & ALTF_DSIZE) {
1080 if (altflags & ALTF_MAXGROUPS) {
1089 if (altflags & ALTF_MOUNTPORT) {
1098 if (altflags & ALTF_PORT) {
1107 if (altflags
[all...]
/macosx-10.9.5/autofs-234/mount_url/
H A Dmount_url.c64 int flags, altflags; local
71 flags = altflags = 0;
84 mp = getmntopts(optarg, mopts_std, &flags, &altflags);
183 (altflags & ALT_SOFT) ? kCFBooleanTrue : kCFBooleanFalse);
/macosx-10.9.5/autofs-234/automount/
H A Dautomount.c115 int flags, altflags; local
404 if (!parse_mntopts(dir->dir_opts, &flags, &altflags)) {
471 au.mntflags = altflags;
568 if (altflags & AUTOFS_MNT_HIDEFROMFINDER)
589 ai.mntflags = altflags;
810 parse_mntopts(const char *opts, int *flags, int *altflags) argument
815 * Parse the mount options and fill in "flags" and "altflags".
817 *flags = *altflags = 0;
819 mp = getmntopts(opts, mopts_autofs, flags, altflags);
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_mount.c412 int flags, altflags; local
464 flags = altflags = 0;
466 mp = getmntopts(opts, mopts_soft, &flags, &altflags);
473 if (!altflags) {
475 * The only bit in altflags is the bit for "soft",
924 int altflags; local
948 flags = altflags = 0;
950 mp = getmntopts(mntopts, mopts_nfs, &flags, &altflags);
952 if (altflags & NFS_MNT_PORT) {
1133 int flags, altflags; local
[all...]
H A Dautod_nfs.c574 int flags, altflags; local
625 flags = altflags = 0;
627 mp = getmntopts(opts, mopts_nfs, &flags, &altflags);
639 if (altflags & NFS_MNT_PROTO) {
654 if (altflags & NFS_MNT_PORT) {
671 if (altflags & (NFS_MNT_VERS|NFS_MNT_NFSVERS)) {
672 optval = get_nfs_vers(mp, altflags);
946 get_nfs_vers(mntoptparse_t mp, int altflags) argument
955 if (altflags & NFS_MNT_VERS)
957 else if (altflags
1663 int flags, altflags; local
[all...]
H A Dautod_parse.c2329 int altflags; local
2416 flags = altflags = 0;
2418 mop = getmntopts(mapopts, mopts_vers, &flags, &altflags);
2425 if (altflags & (NFS_MNT_VERS|NFS_MNT_NFSVERS)) {
2426 optval = get_nfs_vers(mop, altflags);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c324 if ((smp->sm_args.altflags & SMBFS_MNT_DEBUG_ACL_ON) ||
325 (smp->sm_args.altflags & SMBFS_MNT_TIME_MACHINE) ||
366 if (treenct && (smp->sm_args.altflags & SMBFS_MNT_DFS_SHARE) &&
392 int dontNotify = ((smp->sm_args.altflags & SMBFS_MNT_SOFT) &&
432 int dontNotify = ((smp->sm_args.altflags & SMBFS_MNT_SOFT) &&
736 smp->sm_args.altflags = args->altflags;
787 if (smp->sm_args.altflags & SMBFS_MNT_TIME_MACHINE) {
795 if (smp->sm_args.altflags & SMBFS_MNT_FILE_IDS_OFF) {
802 if (smp->sm_args.altflags
[all...]
H A Dsmbfs.h155 int32_t altflags; member in struct:smb_mount_args
191 int32_t altflags; member in struct:smbfs_args
H A Dsmbfs_node.c217 argsp->muc_opts = (smp->sm_args.altflags & SMBFS_MNT_SOFT) ? (char *)"soft" : (char *)"";
1409 } else if (smp->sm_args.altflags & SMBFS_MNT_TIME_MACHINE) {
2960 if (smp->sm_args.altflags & SMBFS_MNT_AAPL_OFF) {
/macosx-10.9.5/autofs-234/automountlib/
H A Dns_fstab.c363 int altflags; local
465 flags = altflags = 0;
467 mop = getmntopts(fs->fs_mntops, mopts_net, &flags, &altflags);
555 if (altflags & FSTAB_MNT_NET) {

Completed in 220 milliseconds