Searched refs:ntfs_strappend (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 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() [all …]
|
D | ntfs-3g_common.h | 202 int ntfs_strappend(char **dest, const char *append);
|
D | ntfs-3g.c | 4239 if (ntfs_strappend(parsed_options, options)) in set_fuseblk_options()
|
D | lowntfs-3g.c | 4531 if (ntfs_strappend(parsed_options, options))
|