Searched refs:ntfs_fuse_link (Results 1 – 2 of 2) sorted by relevance
2355 static int ntfs_fuse_link(const char *old_path, const char *new_path) in ntfs_fuse_link() function2595 ret = ntfs_fuse_link(new_path, tmp); in ntfs_fuse_safe_rename()2602 ret = ntfs_fuse_link(old_path, new_path); in ntfs_fuse_safe_rename()2616 if (ntfs_fuse_link(tmp, new_path)) { in ntfs_fuse_safe_rename()2737 ret = ntfs_fuse_link(old_path, new_path); in ntfs_fuse_rename()3961 .link = ntfs_fuse_link,
2674 static void ntfs_fuse_link(fuse_req_t req, fuse_ino_t ino, in ntfs_fuse_link() function4258 .link = ntfs_fuse_link,