Searched refs:d_move (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.15/fs/afs/ |
D | dir_silly.c | 141 d_move(dentry, sdentry); in afs_sillyrename()
|
D | dir.c | 1911 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
|
/Linux-v5.15/fs/ocfs2/ |
D | dcache.c | 464 d_move(dentry, target); in ocfs2_dentry_move()
|
/Linux-v5.15/include/linux/ |
D | dcache.h | 279 extern void d_move(struct dentry *, struct dentry *);
|
/Linux-v5.15/fs/nfs/ |
D | unlink.c | 507 d_move(dentry, sdentry); in nfs_sillyrename()
|
D | dir.c | 2511 d_move(old_dentry, new_dentry); in nfs_rename()
|
/Linux-v5.15/Documentation/translations/zh_CN/core-api/ |
D | printk-formats.rst | 390 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
|
/Linux-v5.15/fs/debugfs/ |
D | inode.c | 791 d_move(old_dentry, dentry); in debugfs_rename()
|
/Linux-v5.15/fs/fat/ |
D | namei_vfat.c | 742 d_move(alias, dentry); in vfat_lookup()
|
/Linux-v5.15/fs/ |
D | dcache.c | 2947 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function 2953 EXPORT_SYMBOL(d_move);
|
D | namei.c | 4643 d_move(old_dentry, new_dentry); in vfs_rename()
|
/Linux-v5.15/fs/9p/ |
D | vfs_inode.c | 1001 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
|
/Linux-v5.15/fs/exfat/ |
D | namei.c | 755 d_move(alias, dentry); in exfat_lookup()
|
/Linux-v5.15/Documentation/core-api/ |
D | printk-formats.rst | 424 For printing dentry name; if we race with :c:func:`d_move`, the name might
|
/Linux-v5.15/fs/ceph/ |
D | dir.c | 1261 d_move(old_dentry, new_dentry); in ceph_rename()
|
D | inode.c | 1426 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
|
/Linux-v5.15/fs/cifs/ |
D | inode.c | 2067 d_move(from_dentry, to_dentry);
|