Searched refs:simple_rename (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ramfs/ |
A D | inode.c | 169 .rename = simple_rename,
|
/linux-6.3-rc2/fs/ |
A D | libfs.c | 476 int simple_rename(struct mnt_idmap *idmap, struct inode *old_dir, in simple_rename() function 508 EXPORT_SYMBOL(simple_rename);
|
/linux-6.3-rc2/fs/debugfs/ |
A D | inode.c | 840 error = simple_rename(&nop_mnt_idmap, d_inode(old_dir), old_dentry, in debugfs_rename()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | inode.c | 412 .rename = simple_rename,
|
/linux-6.3-rc2/drivers/android/ |
A D | binderfs.c | 364 return simple_rename(idmap, old_dir, old_dentry, new_dir, in binderfs_rename()
|
/linux-6.3-rc2/fs/hugetlbfs/ |
A D | inode.c | 1305 .rename = simple_rename,
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 2903 extern int simple_rename(struct mnt_idmap *, struct inode *,
|
Completed in 27 milliseconds