Searched refs:d_move (Results 1 – 17 of 17) sorted by relevance
/linux/fs/ocfs2/ |
H A D | dcache.c | 457 d_move(dentry, target); in ocfs2_dentry_move()
|
/linux/fs/afs/ |
H A D | dir_silly.c | 141 d_move(dentry, sdentry); in afs_sillyrename()
|
H A D | dir.c | 1920 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
|
/linux/include/linux/ |
H A D | dcache.h | 274 extern void d_move(struct dentry *, struct dentry *);
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-formats.rst | 391 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
|
/linux/fs/nfs/ |
H A D | unlink.c | 519 d_move(dentry, sdentry); in nfs_sillyrename()
|
H A D | dir.c | 2820 d_move(old_dentry, new_dentry); in nfs_rename()
|
/linux/fs/debugfs/ |
H A D | inode.c | 904 d_move(old_dentry, dentry); in debugfs_rename()
|
/linux/fs/fat/ |
H A D | namei_vfat.c | 742 d_move(alias, dentry); in vfat_lookup()
|
/linux/fs/ |
H A D | dcache.c | 2873 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function 2879 EXPORT_SYMBOL(d_move);
|
H A D | namei.c | 5028 d_move(old_dentry, new_dentry); in vfs_rename()
|
/linux/fs/9p/ |
H A D | vfs_inode.c | 953 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
|
/linux/fs/exfat/ |
H A D | namei.c | 748 d_move(alias, dentry); in exfat_lookup()
|
/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 425 For printing dentry name; if we race with :c:func:`d_move`, the name might
|
/linux/fs/ceph/ |
H A D | dir.c | 1517 d_move(old_dentry, new_dentry); in ceph_rename()
|
H A D | inode.c | 1703 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
|
/linux/fs/smb/client/ |
H A D | inode.c | 2316 d_move(from_dentry, to_dentry);
|