Searched refs:dotdot_name (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | dcache.h | 65 extern const struct qstr dotdot_name;
|
| /linux/fs/afs/ |
| H A D | dir.c | 1921 afs_edit_dir_update(vnode, &dotdot_name, new_dvnode, in afs_rename_edit_dir() 1990 afs_edit_dir_update(old_vnode, &dotdot_name, new_dvnode, in afs_rename_exchange_edit_dir() 1995 afs_edit_dir_update(new_vnode, &dotdot_name, orig_dvnode, in afs_rename_exchange_edit_dir()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | directory.rst | 286 - dotdot_name[4]
|
| /linux/fs/ |
| H A D | dcache.c | 96 const struct qstr dotdot_name = QSTR_INIT("..", 2); variable 97 EXPORT_SYMBOL(dotdot_name);
|
| /linux/fs/erofs/ |
| H A D | super.c | 602 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type); in erofs_get_parent()
|
| /linux/fs/ufs/ |
| H A D | super.c | 133 ino = ufs_inode_by_name(d_inode(child), &dotdot_name); in ufs_get_parent()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 1194 &dotdot_name, &outarg, &inode); in fuse_get_parent()
|