Home
last modified time | relevance | path

Searched refs:ntfs_strappend (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g_common.c141 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()
[all …]
Dntfs-3g_common.h202 int ntfs_strappend(char **dest, const char *append);
Dntfs-3g.c4239 if (ntfs_strappend(parsed_options, options)) in set_fuseblk_options()
Dlowntfs-3g.c4531 if (ntfs_strappend(parsed_options, options))