Home
last modified time | relevance | path

Searched refs:newdir (Results 1 – 5 of 5) sorted by relevance

/linux/fs/fuse/
H A Ddir.c1242 struct inode *newdir, struct dentry *newent, in fuse_rename_common() argument
1251 inarg.newdir = get_node_id(newdir); in fuse_rename_common()
1271 if (olddir != newdir) in fuse_rename_common()
1272 fuse_dir_changed(newdir); in fuse_rename_common()
1292 struct dentry *oldent, struct inode *newdir, in fuse_rename2() argument
1309 olddir, oldent, newdir, newent, flags, in fuse_rename2()
1317 err = fuse_rename_common(&invalid_mnt_idmap, olddir, oldent, newdir, newent, 0, in fuse_rename2()
1325 static int fuse_link(struct dentry *entry, struct inode *newdir, in fuse_link() argument
1345 err = create_new_nondir(&invalid_mnt_idmap, fm, &args, newdir, newent, inode->i_mode); in fuse_link()
/linux/include/uapi/linux/
H A Dfuse.h763 uint64_t newdir; member
767 uint64_t newdir; member
/linux/fs/exfat/
H A Dnamei.c1088 struct exfat_chain newdir; in exfat_move_file() local
1098 newentry = exfat_find_empty_entry(parent_inode, &newdir, in exfat_move_file()
1120 ei->dir = newdir; in exfat_move_file()
/linux/fs/nfs/
H A Dnfs4trace.h1213 const struct inode *newdir,
1218 TP_ARGS(olddir, oldname, newdir, newname, error),
1225 __field(u64, newdir)
1232 __entry->newdir = NFS_FILEID(newdir);
1247 (unsigned long long)__entry->newdir,
/linux/fs/overlayfs/
H A Ddir.c753 static int ovl_link(struct dentry *old, struct inode *newdir, in ovl_link() argument
1334 struct dentry *old, struct inode *newdir, in ovl_rename() argument