Searched refs:d_move (Results 1 – 20 of 20) sorted by relevance
/linux/fs/ocfs2/ |
A D | dcache.c | 464 d_move(dentry, target); in ocfs2_dentry_move()
|
/linux/fs/afs/ |
A D | dir_silly.c | 141 d_move(dentry, sdentry); in afs_sillyrename()
|
A D | dir.c | 1872 d_move(old_dentry, new_dentry); in afs_rename_edit_dir()
|
/linux/include/linux/ |
A D | dcache.h | 279 extern void d_move(struct dentry *, struct dentry *);
|
/linux/fs/nfs/ |
A D | unlink.c | 507 d_move(dentry, sdentry); in nfs_sillyrename()
|
A D | dir.c | 2508 d_move(old_dentry, new_dentry); in nfs_rename()
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | printk-formats.rst | 390 用于打印dentry名称;如果我们用 :c:func:`d_move` 和它比较,名称可能是新旧混合的,但
|
/linux/fs/debugfs/ |
A D | inode.c | 791 d_move(old_dentry, dentry); in debugfs_rename()
|
/linux/fs/fat/ |
A D | namei_vfat.c | 742 d_move(alias, dentry); in vfat_lookup()
|
/linux/fs/ |
A D | dcache.c | 2947 void d_move(struct dentry *dentry, struct dentry *target) in d_move() function 2953 EXPORT_SYMBOL(d_move);
|
A D | namei.c | 4641 d_move(old_dentry, new_dentry); in vfs_rename()
|
/linux/fs/9p/ |
A D | vfs_inode.c | 1008 d_move(old_dentry, new_dentry); in v9fs_vfs_rename()
|
/linux/fs/exfat/ |
A D | namei.c | 755 d_move(alias, dentry); in exfat_lookup()
|
/linux/Documentation/core-api/ |
A D | printk-formats.rst | 424 For printing dentry name; if we race with :c:func:`d_move`, the name might
|
/linux/fs/ceph/ |
A D | dir.c | 1261 d_move(old_dentry, new_dentry); in ceph_rename()
|
A D | inode.c | 1426 d_move(req->r_old_dentry, dn); in ceph_fill_trace()
|
/linux/fs/cifs/ |
A D | inode.c | 2061 d_move(from_dentry, to_dentry);
|
/linux/ |
A D | vmlinux.symvers | 6115 0x00000000 d_move vmlinux EXPORT_SYMBOL
|
A D | System.map | 8927 ffff8000102665c0 T d_move
|
A D | .tmp_System.map | 8927 ffff8000102665c0 T d_move
|
Completed in 345 milliseconds