Searched refs:d_move (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | dcache.c | 453 d_move(dentry, target); in ocfs2_dentry_move()
|
| /linux/fs/afs/ |
| H A D | dir_silly.c | 150 d_move(dentry, sdentry); in afs_sillyrename()
|
| H A D | dir.c | 1941 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
|
| /linux/include/linux/ |
| H A D | dcache.h | 285 extern void d_move(struct dentry *, struct dentry *);
|
| /linux/fs/nfs/ |
| H A D | unlink.c | 518 d_move(dentry, sdentry); in nfs_sillyrename()
|
| H A D | dir.c | 2809 d_move(old_dentry, new_dentry); in nfs_rename()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 391 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 881 d_move(dentry, target); in debugfs_change_name()
|
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 739 d_move(alias, dentry); in vfat_lookup()
|
| /linux/fs/ |
| H A D | dcache.c | 2901 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function 2907 EXPORT_SYMBOL(d_move);
|
| H A D | namei.c | 5231 d_move(old_dentry, new_dentry); in vfs_rename()
|
| /linux/fs/9p/ |
| H A D | vfs_inode.c | 942 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
|
| /linux/fs/exfat/ |
| H A D | namei.c | 777 d_move(alias, dentry); in exfat_lookup()
|
| /linux/Documentation/core-api/ |
| H A D | printk-formats.rst | 443 For printing dentry name; if we race with :c:func:`d_move`, the name might
|
| /linux/fs/ceph/ |
| H A D | dir.c | 1521 d_move(old_dentry, new_dentry); in ceph_rename()
|
| H A D | inode.c | 1758 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 2488 d_move(from_dentry, to_dentry);
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 1426 Rationale: setting FS_RENAME_DOES_D_MOVE will prevent d_move()
|