erofs_dirent       28 fs/erofs/dir.c 	struct erofs_dirent *de = dentry_blk + *ofs;
erofs_dirent       29 fs/erofs/dir.c 	const struct erofs_dirent *end = dentry_blk + nameoff;
erofs_dirent       62 fs/erofs/dir.c 		*ofs += sizeof(struct erofs_dirent);
erofs_dirent       80 fs/erofs/dir.c 		struct erofs_dirent *de;
erofs_dirent       95 fs/erofs/dir.c 		de = (struct erofs_dirent *)kmap(dentry_page);
erofs_dirent       99 fs/erofs/dir.c 		if (nameoff < sizeof(struct erofs_dirent) ||
erofs_dirent      115 fs/erofs/dir.c 			ofs = roundup(ofs, sizeof(struct erofs_dirent));
erofs_dirent      309 fs/erofs/erofs_fs.h 	BUILD_BUG_ON(sizeof(struct erofs_dirent) != 12);
erofs_dirent       46 fs/erofs/namei.c static struct erofs_dirent *find_target_dirent(struct erofs_qstr *name,
erofs_dirent       53 fs/erofs/namei.c 	struct erofs_dirent *const de = (struct erofs_dirent *)data;
erofs_dirent      108 fs/erofs/namei.c 			struct erofs_dirent *de = kmap_atomic(page);
erofs_dirent      175 fs/erofs/namei.c 	struct erofs_dirent *de;
erofs_dirent      195 fs/erofs/namei.c 		de = (struct erofs_dirent *)data;