Home
last modified time | relevance | path

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

/Linux-v5.15/fs/afs/
Ddir_silly.c141 d_move(dentry, sdentry); in afs_sillyrename()
Ddir.c1911 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
/Linux-v5.15/fs/ocfs2/
Ddcache.c464 d_move(dentry, target); in ocfs2_dentry_move()
/Linux-v5.15/include/linux/
Ddcache.h279 extern void d_move(struct dentry *, struct dentry *);
/Linux-v5.15/fs/nfs/
Dunlink.c507 d_move(dentry, sdentry); in nfs_sillyrename()
Ddir.c2511 d_move(old_dentry, new_dentry); in nfs_rename()
/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst390 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
/Linux-v5.15/fs/debugfs/
Dinode.c791 d_move(old_dentry, dentry); in debugfs_rename()
/Linux-v5.15/fs/fat/
Dnamei_vfat.c742 d_move(alias, dentry); in vfat_lookup()
/Linux-v5.15/fs/
Ddcache.c2947 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function
2953 EXPORT_SYMBOL(d_move);
Dnamei.c4643 d_move(old_dentry, new_dentry); in vfs_rename()
/Linux-v5.15/fs/9p/
Dvfs_inode.c1001 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
/Linux-v5.15/fs/exfat/
Dnamei.c755 d_move(alias, dentry); in exfat_lookup()
/Linux-v5.15/Documentation/core-api/
Dprintk-formats.rst424 For printing dentry name; if we race with :c:func:`d_move`, the name might
/Linux-v5.15/fs/ceph/
Ddir.c1261 d_move(old_dentry, new_dentry); in ceph_rename()
Dinode.c1426 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
/Linux-v5.15/fs/cifs/
Dinode.c2067 d_move(from_dentry, to_dentry);