Searched refs:dotdot_name (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/include/linux/ |
D | dcache.h | 62 extern const struct qstr dotdot_name;
|
/Linux-v5.15/fs/ext2/ |
D | namei.c | 87 res = ext2_inode_by_name(d_inode(child), &dotdot_name, &ino); in ext2_get_parent()
|
/Linux-v5.15/fs/nilfs2/ |
D | namei.c | 445 ino = nilfs_inode_by_name(d_inode(child), &dotdot_name); in nilfs_get_parent()
|
/Linux-v5.15/fs/f2fs/ |
D | dir.c | 457 return f2fs_find_entry(dir, &dotdot_name, p); in f2fs_parent_dir()
|
D | namei.c | 438 unsigned long ino = f2fs_inode_by_name(d_inode(child), &dotdot_name, &page); in f2fs_get_parent()
|
/Linux-v5.15/fs/ |
D | dcache.c | 87 const struct qstr dotdot_name = QSTR_INIT("..", 2); variable 88 EXPORT_SYMBOL(dotdot_name);
|
/Linux-v5.15/fs/udf/ |
D | namei.c | 1224 if (!udf_find_entry(d_inode(child), &dotdot_name, &fibh, &cfi)) in udf_get_parent()
|
/Linux-v5.15/fs/ufs/ |
D | super.c | 133 ino = ufs_inode_by_name(d_inode(child), &dotdot_name); in ufs_get_parent()
|
/Linux-v5.15/fs/fuse/ |
D | inode.c | 971 &dotdot_name, &outarg, &inode); in fuse_get_parent()
|
/Linux-v5.15/fs/ext4/ |
D | namei.c | 223 char dotdot_name[4]; member 1823 bh = ext4_find_entry(d_inode(child), &dotdot_name, &de, NULL); in ext4_get_parent()
|