Searched defs:newparent (Results 1 - 5 of 5) sorted by relevance
/third_party/libfuse/example/ |
H A D | passthrough_hp.cc | 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 D | passthrough_ll.c | 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 D | fuse.c | 1730 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, in fuse_lib_link() argument
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 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/lib/ |
H A D | fuse.c | 3072 static void fuse_lib_link(fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent, in fuse_lib_link() argument
|
Completed in 22 milliseconds