Lines Matching refs:ntfs_strappend
141 int ntfs_strappend(char **dest, const char *append) in ntfs_strappend() function
536 && (ntfs_strappend(&ret, poptl->name) in parse_mount_options()
537 || ntfs_strappend(&ret, ","))) in parse_mount_options()
540 if (ntfs_strappend(&ret, opt)) in parse_mount_options()
543 if (ntfs_strappend(&ret, "=")) in parse_mount_options()
545 if (ntfs_strappend(&ret, val)) in parse_mount_options()
548 if (ntfs_strappend(&ret, ",")) in parse_mount_options()
552 if (!no_def_opts && ntfs_strappend(&ret, def_opts)) in parse_mount_options()
555 && ntfs_strappend(&ret, "default_permissions,")) in parse_mount_options()
558 if (ctx->atime == ATIME_RELATIVE && ntfs_strappend(&ret, "relatime,")) in parse_mount_options()
560 else if (ctx->atime == ATIME_ENABLED && ntfs_strappend(&ret, "atime,")) in parse_mount_options()
562 else if (ctx->atime == ATIME_DISABLED && ntfs_strappend(&ret, "noatime,")) in parse_mount_options()
565 if (ntfs_strappend(&ret, "fsname=")) in parse_mount_options()
567 if (ntfs_strappend(&ret, popts->device)) in parse_mount_options()
641 if (ntfs_strappend(&popts->options, ",")) in ntfs_parse_options()
643 if (ntfs_strappend(&popts->options, optarg)) in ntfs_parse_options()