Searched refs:__d_move (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | dcache.c | 2807 static void __d_move(struct dentry *dentry, struct dentry *target, in __d_move() function 2904 __d_move(dentry, target, false); in d_move() 2923 __d_move(dentry1, dentry2, true); in d_exchange() 2978 __d_move(alias, dentry, false); in __d_unalias() 3029 __d_move(new, dentry, false); in d_splice_alias_ops()
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 1423 preexisting attached alias. Returning false prevents __d_move(), 1437 __d_move() call in __d_unalias().
|