Searched refs:usermap_path (Results 1 – 7 of 7) sorted by relevance
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.h | 172 char *usermap_path; member
|
D | ntfs-3g_common.c | 486 ctx->usermap_path = strdup(val); in parse_mount_options() 487 if (!ctx->usermap_path) { in parse_mount_options()
|
D | ntfs-3g.c | 4480 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()
|
D | lowntfs-3g.c | 4752 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/ |
D | security.h | 223 int ntfs_build_mapping(struct SECURITY_CONTEXT *scx, const char *usermap_path,
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 4307 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/ |
D | ntfssecaudit.c | 1860 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()
|