Home
last modified time | relevance | path

Searched refs:dotdot_name (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/include/linux/
Ddcache.h63 extern const struct qstr dotdot_name;
/Linux-v6.6/fs/ext2/
Dnamei.c87 res = ext2_inode_by_name(d_inode(child), &dotdot_name, &ino); in ext2_get_parent()
/Linux-v6.6/fs/udf/
Dnamei.c792 retval = udf_fiiter_find_entry(old_inode, &dotdot_name, in udf_rename()
906 err = udf_fiiter_find_entry(d_inode(child), &dotdot_name, &iter); in udf_get_parent()
/Linux-v6.6/fs/nilfs2/
Dnamei.c445 ino = nilfs_inode_by_name(d_inode(child), &dotdot_name); in nilfs_get_parent()
/Linux-v6.6/Documentation/filesystems/ext4/
Ddirectory.rst286 - dotdot_name[4]
/Linux-v6.6/fs/erofs/
Dsuper.c622 err = erofs_namei(d_inode(child), &dotdot_name, &nid, &d_type); in erofs_get_parent()
/Linux-v6.6/fs/f2fs/
Ddir.c429 return f2fs_find_entry(dir, &dotdot_name, p); in f2fs_parent_dir()
Dnamei.c448 unsigned long ino = f2fs_inode_by_name(d_inode(child), &dotdot_name, &page); in f2fs_get_parent()
/Linux-v6.6/fs/
Ddcache.c87 const struct qstr dotdot_name = QSTR_INIT("..", 2); variable
88 EXPORT_SYMBOL(dotdot_name);
/Linux-v6.6/fs/ufs/
Dsuper.c133 ino = ufs_inode_by_name(d_inode(child), &dotdot_name); in ufs_get_parent()
/Linux-v6.6/fs/fuse/
Dinode.c1049 &dotdot_name, &outarg, &inode); in fuse_get_parent()
/Linux-v6.6/fs/ext4/
Dnamei.c251 char dotdot_name[4]; member
1893 bh = ext4_find_entry(d_inode(child), &dotdot_name, &de, NULL); in ext4_get_parent()