Home
last modified time | relevance | path

Searched refs:d_move (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/fs/afs/
Ddir_silly.c139 d_move(dentry, sdentry); in afs_sillyrename()
Ddir.c1850 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
/Linux-v5.10/fs/ocfs2/
Ddcache.c466 d_move(dentry, target); in ocfs2_dentry_move()
/Linux-v5.10/include/linux/
Ddcache.h275 extern void d_move(struct dentry *, struct dentry *);
/Linux-v5.10/fs/nfs/
Dunlink.c507 d_move(dentry, sdentry); in nfs_sillyrename()
Ddir.c2293 d_move(old_dentry, new_dentry); in nfs_rename()
/Linux-v5.10/fs/debugfs/
Dinode.c784 d_move(old_dentry, dentry); in debugfs_rename()
/Linux-v5.10/fs/fat/
Dnamei_vfat.c742 d_move(alias, dentry); in vfat_lookup()
/Linux-v5.10/fs/9p/
Dvfs_inode.c976 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
/Linux-v5.10/fs/
Ddcache.c2912 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function
2918 EXPORT_SYMBOL(d_move);
Dnamei.c4325 d_move(old_dentry, new_dentry); in vfs_rename()
/Linux-v5.10/Documentation/core-api/
Dprintk-formats.rst389 For printing dentry name; if we race with :c:func:`d_move`, the name might
/Linux-v5.10/fs/exfat/
Dnamei.c748 d_move(alias, dentry); in exfat_lookup()
/Linux-v5.10/fs/ceph/
Ddir.c1241 d_move(old_dentry, new_dentry); in ceph_rename()
Dinode.c1401 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
/Linux-v5.10/fs/cifs/
Dinode.c2058 d_move(from_dentry, to_dentry);