ntfs_fuse_rm
if (ntfs_fuse_rm(&volume->lowntfs, directory->inode, name, type) != 0)
ntfs_fuse_rm(ctx, parent, ghostname, RM_ANY | RM_NO_CHECK_OPEN);
ret = ntfs_fuse_rm(ctx, newparent, newname, RM_ANY);
ret = ntfs_fuse_rm(ctx, parent, name, RM_ANY | RM_NO_CHECK_OPEN);
if (ntfs_fuse_rm(ctx, newparent, newname, RM_ANY))
if (ntfs_fuse_rm(ctx, newparent, tmp, RM_ANY) < 0)
ret = ntfs_fuse_rm(ctx, parent, name, RM_ANY | RM_NO_CHECK_OPEN);
ntfs_fuse_rm(ctx, newparent, newname, RM_ANY);
int ntfs_fuse_rm(struct lowntfs_context *ctx, ino_t parent, const char *name,