Home
last modified time | relevance | path

Searched refs:ntfs_fuse_link (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g.c2355 static int ntfs_fuse_link(const char *old_path, const char *new_path) in ntfs_fuse_link() function
2595 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,
Dlowntfs-3g.c2674 static void ntfs_fuse_link(fuse_req_t req, fuse_ino_t ino, in ntfs_fuse_link() function
4258 .link = ntfs_fuse_link,