Searched refs:ntfs_fuse_rm (Results 1 – 2 of 2) sorted by relevance
/third_party/ntfs-3g/src/ |
D | lowntfs-3g.c | 2687 static int ntfs_fuse_rm(fuse_req_t req, fuse_ino_t parent, const char *name, in ntfs_fuse_rm() function 2888 res = ntfs_fuse_rm(req, parent, name, RM_LINK); in ntfs_fuse_unlink() 2909 ret = ntfs_fuse_rm(req, newparent, newname, RM_ANY); in ntfs_fuse_safe_rename() 2917 ret = ntfs_fuse_rm(req, parent, name, RM_ANY); in ntfs_fuse_safe_rename() 2919 if (ntfs_fuse_rm(req, newparent, newname, RM_ANY)) in ntfs_fuse_safe_rename() 2940 if (ntfs_fuse_rm(req, newparent, tmp, RM_ANY) < 0) in ntfs_fuse_safe_rename() 3061 ret = ntfs_fuse_rm(req, parent, name, RM_ANY); in ntfs_fuse_rename() 3063 ntfs_fuse_rm(req, newparent, newname, RM_ANY); in ntfs_fuse_rename() 3136 ntfs_fuse_rm(req, of->parent, ghostname, RM_ANY); in ntfs_fuse_release() 3171 res = ntfs_fuse_rm(req, parent, name, RM_DIR); in ntfs_fuse_rmdir() [all …]
|
D | ntfs-3g.c | 2448 static int ntfs_fuse_rm(const char *org_path) in ntfs_fuse_rm() function 2562 res = ntfs_fuse_rm(path); in ntfs_fuse_unlink() 2764 return ntfs_fuse_rm(path); in ntfs_fuse_rmdir() 4073 if (ntfs_fuse_rm("/hiberfil.sys")) in ntfs_open()
|