H A D | lowntfs-3g.c | 2584 fuse_ino_t ino, fuse_ino_t newparent, in ntfs_fuse_newlink() 2614 dir_ni = ntfs_inode_open(ctx->vol, INODE(newparent)); in ntfs_fuse_newlink() 2675 fuse_ino_t newparent, const char *newname) in ntfs_fuse_link() 2680 res = ntfs_fuse_newlink(req, ino, newparent, newname, &entry); in ntfs_fuse_link() 2897 fuse_ino_t newparent, const char *newname, in ntfs_fuse_safe_rename() 2904 ret = ntfs_fuse_newlink(req, xino, newparent, tmp, in ntfs_fuse_safe_rename() 2909 ret = ntfs_fuse_rm(req, newparent, newname, RM_ANY); in ntfs_fuse_safe_rename() 2912 ret = ntfs_fuse_newlink(req, ino, newparent, newname, in ntfs_fuse_safe_rename() 2919 if (ntfs_fuse_rm(req, newparent, newname, RM_ANY)) in ntfs_fuse_safe_rename() 2927 if (ntfs_fuse_newlink(req, xino, newparent, newnam in ntfs_fuse_safe_rename() 2583 ntfs_fuse_newlink(fuse_req_t req __attribute__((unused)), fuse_ino_t ino, fuse_ino_t newparent, const char *newname, struct fuse_entry_param *e) ntfs_fuse_newlink() argument 2674 ntfs_fuse_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, const char *newname) ntfs_fuse_link() argument 2895 ntfs_fuse_safe_rename(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname, const char *tmp) ntfs_fuse_safe_rename() argument 2947 ntfs_fuse_rename_existing_dest(fuse_req_t req, fuse_ino_t ino, fuse_ino_t parent, const char *name, fuse_ino_t xino, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename_existing_dest() argument 3008 ntfs_fuse_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) ntfs_fuse_rename() argument [all...] |