Searched defs:newname (Results 1 - 7 of 7) 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.cpp197 fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, fuse_ino_t newparent, const char *newname) argument
211 fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent, const char *newname) argument
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp806 dosfs_rename(fs_volume *_vol, fs_vnode *_odir, const char *oldname, fs_vnode *_ndir, const char *newname) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c2093 fs_rename(fs_volume *_volume, fs_vnode *_olddir, const char *oldname, fs_vnode *_newdir, const char *newname) argument
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c683 char newname[WEBSEARCHFS_NAME_LEN]; local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c2685 char newname[3*MAX_DOS_NAME_LENGTH + 1]; local
H A Dattrib.c415 ntfschar *newname = NULL; local

Completed in 124 milliseconds