Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Ddir_silly.c139 d_move(dentry, sdentry); in afs_sillyrename()
H A Ddir.c1925 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst391 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
/linux/fs/nfs/
H A Dunlink.c263 * Do the directory attribute updates and the d_move
518 d_move(dentry, sdentry); in nfs_sillyrename()
H A Ddir.c2812 * The d_move() should be here instead of in an async RPC completion in nfs_rename()
2817 d_move(old_dentry, new_dentry); in nfs_rename()
/linux/fs/debugfs/
H A Dinode.c871 d_move(dentry, target); in debugfs_change_name()
/linux/fs/fat/
H A Dnamei_vfat.c739 d_move(alias, dentry); in vfat_lookup()
/linux/fs/9p/
H A Dvfs_inode.c952 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
/linux/fs/
H A Ddcache.c2277 * races with d_move(). in __d_lookup_rcu()
2381 * with d_move(). in __d_lookup()
2891 * d_move - move a dentry
2899 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function
2905 EXPORT_SYMBOL(d_move);
3043 * If inode is a directory and has an IS_ROOT alias, then d_move that in
3091 /* Access d_parent under rcu as d_move() may change it. */ in is_subdir()
H A Dnamei.c5144 d_move(old_dentry, new_dentry); in vfs_rename()
/linux/fs/exfat/
H A Dnamei.c773 d_move(alias, dentry); in exfat_lookup()
/linux/Documentation/core-api/
H A Dprintk-formats.rst443 For printing dentry name; if we race with :c:func:`d_move`, the name might
/linux/fs/ceph/
H A Ddir.c1521 * Normally d_move() is done by fill_trace (called by in ceph_rename()
1525 d_move(old_dentry, new_dentry); in ceph_rename()
H A Dinode.c1697 doutc(cl, "doing d_move %p -> %p\n", req->r_old_dentry, dn); in ceph_fill_trace()
1699 /* d_move screws up sibling dentries' offsets */ in ceph_fill_trace()
1703 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
/linux/fs/smb/client/
H A Dinode.c2462 d_move(from_dentry, to_dentry);
/linux/Documentation/filesystems/
H A Dvfs.rst1449 Rationale: setting FS_RENAME_DOES_D_MOVE will prevent d_move()