Searched defs:newparent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c819 ntfs_fuse_newlink(struct lowntfs_context *ctx, ino_t ino, ino_t newparent, const char *newname, struct fuse_entry_param *e) argument
1214 ntfs_fuse_safe_rename(struct lowntfs_context *ctx, ino_t ino, ino_t parent, const char *name, ino_t xino, ino_t newparent, const char *newname, const char *tmp) argument
1266 ntfs_fuse_rename_existing_dest(struct lowntfs_context *ctx, ino_t ino, ino_t parent, const char *name, ino_t xino, ino_t newparent, const char *newname) argument
1328 ntfs_fuse_rename(struct lowntfs_context *ctx, ino_t parent, const char *name, ino_t newparent, const char *newname) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp211 fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent, argument
197 fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) argument

Completed in 17 milliseconds