Home
last modified time | relevance | path

Searched refs:usermap_path (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g_common.h172 char *usermap_path; member
Dntfs-3g_common.c486 ctx->usermap_path = strdup(val); in parse_mount_options()
487 if (!ctx->usermap_path) { in parse_mount_options()
Dntfs-3g.c4480 if (!ntfs_build_mapping(&ctx->security,ctx->usermap_path, in main()
4538 if (ctx->usermap_path) in main()
4539 free (ctx->usermap_path); in main()
Dlowntfs-3g.c4752 if (!ntfs_build_mapping(&ctx->security,ctx->usermap_path,
4811 if (ctx->usermap_path)
4812 free (ctx->usermap_path);
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h223 int ntfs_build_mapping(struct SECURITY_CONTEXT *scx, const char *usermap_path,
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c4307 int ntfs_build_mapping(struct SECURITY_CONTEXT *scx, const char *usermap_path, in ntfs_build_mapping() argument
4337 if (!usermap_path) usermap_path = MAPPINGFILE; in ntfs_build_mapping()
4338 if (usermap_path[0] == '/') { in ntfs_build_mapping()
4339 fd = open(usermap_path,O_RDONLY); in ntfs_build_mapping()
4346 ni = ntfs_pathname_to_inode(scx->vol, NULL, usermap_path); in ntfs_build_mapping()
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1860 static int local_build_mapping(struct MAPPING *mapping[], const char *usermap_path) in local_build_mapping() argument
1895 if (usermap_path) { in local_build_mapping()
1899 if (((const le16*)usermap_path)[1] == ':') in local_build_mapping()
1900 mapfile[0] = usermap_path[0]; in local_build_mapping()
1919 p = ntfs_realpath(usermap_path, mapfile); in local_build_mapping()
1936 if (usermap_path[0] != '/') in local_build_mapping()