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

/linux-4.4.14/fs/ocfs2/
H A Ddcache.c426 * d_move(), but keep the locks in sync.
440 * Normally, the VFS handles the d_move() for the file system, after
468 d_move(dentry, target); ocfs2_dentry_move()
H A Dnamei.c163 * dentry, it will d_move() it on top of ourse. The ocfs2_lookup()
/linux-4.4.14/fs/nfs/
H A Dunlink.c341 * Do the directory attribute updates and the d_move
591 d_move(dentry, sdentry); nfs_sillyrename()
H A Ddir.c2059 d_move(old_dentry, new_dentry); nfs_rename()
/linux-4.4.14/include/linux/
H A Ddcache.h189 * directory inode with a DCACHE_DISCONNECTED dentry, will d_move that
313 extern void d_move(struct dentry *, struct dentry *);
H A Dfs.h1941 #define FS_RENAME_DOES_D_MOVE 32768 /* FS will handle d_move() during rename() internally. */
/linux-4.4.14/fs/ceph/
H A Ddir.c993 * Normally d_move() is done by fill_trace (called by ceph_rename()
998 /* d_move screws up sibling dentries' offsets */ ceph_rename()
1002 d_move(old_dentry, new_dentry); ceph_rename()
H A Dinode.c1217 dout("fill_trace doing d_move %p -> %p\n", ceph_fill_trace()
1220 /* d_move screws up sibling dentries' offsets */ ceph_fill_trace()
1224 d_move(req->r_old_dentry, dn); ceph_fill_trace()
H A Dmds_client.c2083 * d_move mangles the src name. __prepare_send_request()
/linux-4.4.14/fs/
H A Ddcache.c2167 * races with d_move(). __d_lookup_rcu()
2285 * with d_move(). __d_lookup()
2308 * It is safe to compare names since d_move() cannot hlist_bl_for_each_entry_rcu()
2656 * d_move - move a dentry
2664 void d_move(struct dentry *dentry, struct dentry *target) d_move() function
2670 EXPORT_SYMBOL(d_move); variable
2752 * If inode is a directory and has an IS_ROOT alias, then d_move that in
2840 * With RCU path tracing, it may race with d_move(). Use ACCESS_ONCE() to
2846 * retry it again when a d_move() does happen. So any garbage in the buffer
3317 * due to d_move is_subdir()
H A Dnamei.c4288 d_move(old_dentry, new_dentry); vfs_rename()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dnamei.c388 d_move(new, de); ll_splice_alias()
1109 d_move(old_dentry, new_dentry); ll_rename()
/linux-4.4.14/fs/debugfs/
H A Dinode.c695 d_move(old_dentry, dentry); debugfs_rename()
/linux-4.4.14/fs/fat/
H A Dnamei_vfat.c752 d_move(alias, dentry); vfat_lookup()
/linux-4.4.14/fs/9p/
H A Dvfs_inode.c1032 d_move(old_dentry, new_dentry); v9fs_vfs_rename()
/linux-4.4.14/fs/configfs/
H A Ddir.c1464 d_move(item->dentry, new_dentry);

Completed in 1491 milliseconds