Home
last modified time | relevance | path

Searched refs:xattrmap_path (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dxattrs.c407 const char *xattrmap_path) in ntfs_xattr_build_mapping() argument
418 if (!xattrmap_path) in ntfs_xattr_build_mapping()
419 xattrmap_path = XATTRMAPPINGFILE; in ntfs_xattr_build_mapping()
420 if (xattrmap_path[0] == '/') { in ntfs_xattr_build_mapping()
421 fd = open(xattrmap_path,O_RDONLY); in ntfs_xattr_build_mapping()
428 ni = ntfs_pathname_to_inode(vol, NULL, xattrmap_path); in ntfs_xattr_build_mapping()
435 if (notfound && strcmp(xattrmap_path, XATTRMAPPINGFILE)) { in ntfs_xattr_build_mapping()
436 ntfs_log_early_error("Could not open \"%s\"\n",xattrmap_path); in ntfs_xattr_build_mapping()
/third_party/ntfs-3g/src/
Dntfs-3g_common.h165 char *xattrmap_path; member
Dntfs-3g_common.c496 ctx->xattrmap_path = strdup(val); in parse_mount_options()
497 if (!ctx->xattrmap_path) { in parse_mount_options()
Dntfs-3g.c4543 ctx->xattrmap_path); in main()
4549 if (ctx->xattrmap_path) in main()
4550 free(ctx->xattrmap_path); in main()
Dlowntfs-3g.c4816 ctx->xattrmap_path);
4822 if (ctx->xattrmap_path)
4823 free(ctx->xattrmap_path);