Lines Matching full:path
277 "Plugin path: " PLUGIN_DIR "\n\n"
446 * @path: ignored (but fuse requires it)
530 char *path = NULL;
534 stream_name_len = ntfs_fuse_parse_path(org_path, &path, &stream_name);
539 ni = ntfs_pathname_to_inode(ctx->vol, NULL, path);
550 free(path);
556 int ntfs_macfuse_setcrtime(const char *path, const struct timespec *tv)
561 if (ntfs_fuse_is_named_data_stream(path))
563 ni = ntfs_pathname_to_inode(ctx->vol, NULL, path);
577 int ntfs_macfuse_setbkuptime(const char *path, const struct timespec *tv)
582 if (ntfs_fuse_is_named_data_stream(path))
584 ni = ntfs_pathname_to_inode(ctx->vol, NULL, path);
598 int ntfs_macfuse_setchgtime(const char *path, const struct timespec *tv)
603 if (ntfs_fuse_is_named_data_stream(path))
605 ni = ntfs_pathname_to_inode(ctx->vol, NULL, path);