Searched refs:xattrmap_path (Results 1 – 5 of 5) sorted by relevance
407 const char *xattrmap_path) in ntfs_xattr_build_mapping() argument418 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()
165 char *xattrmap_path; member
496 ctx->xattrmap_path = strdup(val); in parse_mount_options()497 if (!ctx->xattrmap_path) { in parse_mount_options()
4543 ctx->xattrmap_path); in main()4549 if (ctx->xattrmap_path) in main()4550 free(ctx->xattrmap_path); in main()
4816 ctx->xattrmap_path);4822 if (ctx->xattrmap_path)4823 free(ctx->xattrmap_path);