Searched refs:dotdot_name (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/include/linux/ |
D | dcache.h | 63 extern const struct qstr dotdot_name;
|
/linux-6.12.1/fs/ext2/ |
D | namei.c | 87 res = ext2_inode_by_name(d_inode(child), &dotdot_name, &ino); in ext2_get_parent()
|
/linux-6.12.1/fs/udf/ |
D | namei.c | 794 retval = udf_fiiter_find_entry(old_inode, &dotdot_name, in udf_rename() 907 err = udf_fiiter_find_entry(d_inode(child), &dotdot_name, &iter); in udf_get_parent()
|
/linux-6.12.1/fs/nilfs2/ |
D | namei.c | 462 res = nilfs_inode_by_name(d_inode(child), &dotdot_name, &ino); in nilfs_get_parent()
|
/linux-6.12.1/fs/afs/ |
D | dir_edit.c | 535 slot = afs_dir_scan_block(block, &dotdot_name, b); in afs_edit_dir_update_dotdot()
|
/linux-6.12.1/fs/erofs/ |
D | super.c | 561 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type); in erofs_get_parent()
|
/linux-6.12.1/fs/ |
D | dcache.c | 89 const struct qstr dotdot_name = QSTR_INIT("..", 2); variable 90 EXPORT_SYMBOL(dotdot_name);
|
/linux-6.12.1/fs/f2fs/ |
D | dir.c | 387 return f2fs_find_entry(dir, &dotdot_name, p); in f2fs_parent_dir()
|
D | namei.c | 450 unsigned long ino = f2fs_inode_by_name(d_inode(child), &dotdot_name, &page); in f2fs_get_parent()
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | directory.rst | 286 - dotdot_name[4]
|
/linux-6.12.1/fs/ext4/ |
D | namei.c | 252 char dotdot_name[4]; member 1850 bh = ext4_find_entry(d_inode(child), &dotdot_name, &de, NULL); in ext4_get_parent() 2206 if (unlikely(strncmp(root->dotdot_name, "..", fde->name_len))) { in ext4_check_dx_root()
|
/linux-6.12.1/fs/ufs/ |
D | super.c | 133 ino = ufs_inode_by_name(d_inode(child), &dotdot_name); in ufs_get_parent()
|
/linux-6.12.1/fs/fuse/ |
D | inode.c | 1133 &dotdot_name, &outarg, &inode); in fuse_get_parent()
|