Home
last modified time | relevance | path

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

/Linux-v6.1/fs/afs/
Ddir_silly.c141 d_move(dentry, sdentry); in afs_sillyrename()
Ddir.c1873 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
/Linux-v6.1/fs/ocfs2/
Ddcache.c464 d_move(dentry, target); in ocfs2_dentry_move()
/Linux-v6.1/include/linux/
Ddcache.h272 extern void d_move(struct dentry *, struct dentry *);
/Linux-v6.1/fs/nfs/
Dunlink.c516 d_move(dentry, sdentry); in nfs_sillyrename()
Ddir.c2746 d_move(old_dentry, new_dentry); in nfs_rename()
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst391 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
/Linux-v6.1/fs/debugfs/
Dinode.c846 d_move(old_dentry, dentry); in debugfs_rename()
/Linux-v6.1/fs/fat/
Dnamei_vfat.c742 d_move(alias, dentry); in vfat_lookup()
/Linux-v6.1/fs/
Ddcache.c3029 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function
3035 EXPORT_SYMBOL(d_move);
Dnamei.c4794 d_move(old_dentry, new_dentry); in vfs_rename()
/Linux-v6.1/fs/9p/
Dvfs_inode.c1009 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
/Linux-v6.1/fs/exfat/
Dnamei.c755 d_move(alias, dentry); in exfat_lookup()
/Linux-v6.1/Documentation/core-api/
Dprintk-formats.rst424 For printing dentry name; if we race with :c:func:`d_move`, the name might
/Linux-v6.1/fs/ceph/
Ddir.c1331 d_move(old_dentry, new_dentry); in ceph_rename()
Dinode.c1438 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
/Linux-v6.1/fs/cifs/
Dinode.c2136 d_move(from_dentry, to_dentry);