Home
last modified time | relevance | path

Searched refs:newparent (Results 1 - 7 of 7) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h341 * @param newparent inode number of the new parent directory
345 fuse_ino_t newparent, const char *newname);
356 * @param newparent inode number of the new parent directory
359 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c2584 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...]
/third_party/libfuse/include/
H A Dfuse_lowlevel.h464 * @param newparent inode number of the new parent directory
468 fuse_ino_t newparent, const char *newname,
480 * @param newparent inode number of the new parent directory
483 void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
/third_party/libfuse/example/
H A Dpassthrough_hp.cc520 fuse_ino_t newparent, const char *newname, in sfs_rename()
523 Inode& inode_np = get_inode(newparent); in sfs_rename()
519 sfs_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname, unsigned int flags) sfs_rename() argument
H A Dpassthrough_ll.c487 fuse_ino_t newparent, const char *newname, in lo_rename()
498 lo_fd(req, newparent), newname); in lo_rename()
486 lo_rename(fuse_req_t req, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname, unsigned int flags) lo_rename() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c1730 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, in fuse_lib_link() argument
1743 newpath = get_path_name(f, newparent, newname); in fuse_lib_link()
1751 err = lookup_path(f, newparent, newname, newpath, &e, NULL); in fuse_lib_link()
/third_party/libfuse/lib/
H A Dfuse.c3072 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, in fuse_lib_link() argument
3081 err = get_path2(f, ino, NULL, newparent, newname, in fuse_lib_link()
3089 err = lookup_path(f, newparent, newname, newpath, in fuse_lib_link()
3092 free_path2(f, ino, newparent, NULL, NULL, oldpath, newpath); in fuse_lib_link()

Completed in 23 milliseconds