Searched refs:d_move (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | dcache.c | 468 d_move(dentry, target); in ocfs2_dentry_move()
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 313 extern void d_move(struct dentry *, struct dentry *);
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 388 d_move(new, de); in ll_splice_alias() 1109 d_move(old_dentry, new_dentry); in ll_rename()
|
/linux-4.4.14/fs/nfs/ |
D | unlink.c | 591 d_move(dentry, sdentry); in nfs_sillyrename()
|
D | dir.c | 2059 d_move(old_dentry, new_dentry); in nfs_rename()
|
/linux-4.4.14/fs/debugfs/ |
D | inode.c | 695 d_move(old_dentry, dentry); in debugfs_rename()
|
/linux-4.4.14/Documentation/ |
D | printk-formats.txt | 246 For printing dentry name; if we race with d_move(), the name might be
|
/linux-4.4.14/fs/fat/ |
D | namei_vfat.c | 752 d_move(alias, dentry); in vfat_lookup()
|
/linux-4.4.14/fs/9p/ |
D | vfs_inode.c | 1032 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
|
/linux-4.4.14/fs/ |
D | dcache.c | 2664 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function 2670 EXPORT_SYMBOL(d_move);
|
D | namei.c | 4288 d_move(old_dentry, new_dentry); in vfs_rename()
|
/linux-4.4.14/fs/configfs/ |
D | dir.c | 1464 d_move(item->dentry, new_dentry);
|
/linux-4.4.14/fs/ceph/ |
D | dir.c | 1002 d_move(old_dentry, new_dentry); in ceph_rename()
|
D | inode.c | 1224 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
|