Searched refs:d_move (Results 1 – 16 of 16) sorted by relevance
/linux/fs/afs/ |
H A D | dir_silly.c | 139 d_move(dentry, sdentry); in afs_sillyrename()
|
H A D | dir.c | 1925 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
|
/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 | 263 * Do the directory attribute updates and the d_move 518 d_move(dentry, sdentry); in nfs_sillyrename()
|
H A D | dir.c | 2812 * 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 D | inode.c | 871 d_move(dentry, target); in debugfs_change_name()
|
/linux/fs/fat/ |
H A D | namei_vfat.c | 739 d_move(alias, dentry); in vfat_lookup()
|
/linux/fs/9p/ |
H A D | vfs_inode.c | 952 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
|
/linux/fs/ |
H A D | dcache.c | 2277 * 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 D | namei.c | 5144 d_move(old_dentry, new_dentry); in vfs_rename()
|
/linux/fs/exfat/ |
H A D | namei.c | 773 d_move(alias, dentry); in exfat_lookup()
|
/linux/Documentation/core-api/ |
H A D | printk-formats.rst | 443 For printing dentry name; if we race with :c:func:`d_move`, the name might
|
/linux/fs/ceph/ |
H A D | dir.c | 1521 * 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 D | inode.c | 1697 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 D | inode.c | 2462 d_move(from_dentry, to_dentry);
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 1449 Rationale: setting FS_RENAME_DOES_D_MOVE will prevent d_move()
|