Searched refs:newdir (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/fuse/ |
| H A D | dir.c | 1048 struct inode *newdir, struct dentry *newent, in fuse_rename_common() argument 1057 inarg.newdir = get_node_id(newdir); in fuse_rename_common() 1077 if (olddir != newdir) in fuse_rename_common() 1078 fuse_dir_changed(newdir); in fuse_rename_common() 1098 struct dentry *oldent, struct inode *newdir, in fuse_rename2() argument 1115 olddir, oldent, newdir, newent, flags, in fuse_rename2() 1123 err = fuse_rename_common(&invalid_mnt_idmap, olddir, oldent, newdir, newent, 0, in fuse_rename2() 1131 static int fuse_link(struct dentry *entry, struct inode *newdir, in fuse_link() argument 1151 err = create_new_nondir(&invalid_mnt_idmap, fm, &args, newdir, newent, inode->i_mode); in fuse_link()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fuse.h | 753 uint64_t newdir; member 757 uint64_t newdir; member
|
| /linux-6.15/fs/exfat/ |
| H A D | namei.c | 1079 struct exfat_chain newdir; in exfat_move_file() local 1089 newentry = exfat_find_empty_entry(parent_inode, &newdir, in exfat_move_file() 1111 ei->dir = newdir; in exfat_move_file()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | dir.c | 696 static int ovl_link(struct dentry *old, struct inode *newdir, in ovl_link() argument 1066 struct dentry *old, struct inode *newdir, in ovl_rename() argument 1082 bool samedir = olddir == newdir; in ovl_rename()
|
| H A D | overlayfs.h | 357 struct dentry *olddentry, struct inode *newdir, in ovl_do_rename() argument 366 .new_dir = newdir, in ovl_do_rename()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4trace.h | 1138 const struct inode *newdir, 1143 TP_ARGS(olddir, oldname, newdir, newname, error), 1150 __field(u64, newdir) 1157 __entry->newdir = NFS_FILEID(newdir); 1172 (unsigned long long)__entry->newdir,
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | resctrl.rst | 802 it in debugfs as /sys/kernel/debug/resctrl/<newdir>. A single
|