Lines Matching refs:target
282 /* exact length of target text, without the terminator */
381 /* Open target directory. */
656 char *target;
660 target = ntfs_make_symlink(ni, ctx->abs_mnt_point);
666 if (target || (errno == EOPNOTSUPP)) {
667 if (target)
668 stbuf->st_size = strlen(target);
673 free(target);
779 char *target;
782 target = ntfs_make_symlink(ni, ctx->abs_mnt_point);
788 if (target || (errno == EOPNOTSUPP)) {
789 if (target)
790 stbuf->st_size = strlen(target);
798 free(target);
901 char *target = NULL;
905 * symlink target as multibyte string */
907 intx_file->target,
910 target)) /
912 &target, 0);
919 free(target);
1208 if (ntfs_ucstombs(intx_file->target, (na->data_size -
1209 offsetof(INTX_FILE, target)) / sizeof(ntfschar),
2342 const char *target, struct fuse_file_info *fi)
2444 utarget_len = ntfs_mbstoucs(target,
2568 static void ntfs_fuse_symlink(fuse_req_t req, const char *target,
2575 &entry, target, (struct fuse_file_info*)NULL);
2621 /* make sure the target parent directory is writeable */
3028 /* Check whether target is present */
3055 /* target does not exist */