Searched refs:ntfs_strinsert (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.h | 203 int ntfs_strinsert(char **dest, const char *append);
|
D | ntfs-3g.c | 4463 if (ntfs_strinsert(&parsed_options, ",ro")) in main() 4467 if (ctx->rw && ntfs_strinsert(&parsed_options, ",rw")) in main() 4492 if (ntfs_strinsert(&parsed_options, ",default_permissions,acl")) { in main() 4507 if (ntfs_strinsert(&parsed_options, ",default_permissions")) { in main() 4525 if (ntfs_strinsert(&parsed_options, ",default_permissions")) { in main()
|
D | ntfs-3g_common.c | 179 int ntfs_strinsert(char **dest, const char *append) in ntfs_strinsert() function
|
D | lowntfs-3g.c | 4735 if (ntfs_strinsert(&parsed_options, ",ro")) 4739 if (ctx->rw && ntfs_strinsert(&parsed_options, ",rw")) 4764 if (ntfs_strinsert(&parsed_options, 4780 if (ntfs_strinsert(&parsed_options, ",default_permissions")) { 4798 if (ntfs_strinsert(&parsed_options, ",default_permissions")) {
|