OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e2d_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_htree.h
49
uint8_t
e2d_type
; /* file type */
member in struct:ext2fs_fake_direct
ext2fs_dir.h
104
* into a 8 bits e2d_namlen and 8 bits
e2d_type
(looks like ffs, isnt't it ? :)
114
uint8_t
e2d_type
; /* file type */
member in struct:ext2fs_direct
ext2fs_lookup.c
104
ffsdir->d_type = ext2dt2dt(e2dir->
e2d_type
);
893
newdir.
e2d_type
= inot2ext2dt(IFTODT(ip->i_e2fs_mode));
895
newdir.
e2d_type
= 0;
1107
ep->
e2d_type
= inot2ext2dt(IFTODT(ip->i_e2fs_mode));
1109
ep->
e2d_type
= 0;
/src/sbin/fsck_ext2fs/
pass2.c
249
&& (dirp->
e2d_type
!= EXT2_FT_DIR)) {
251
dirp->
e2d_type
= EXT2_FT_DIR;
262
proto.
e2d_type
= EXT2_FT_DIR;
264
proto.
e2d_type
= 0;
297
proto.
e2d_type
= EXT2_FT_DIR;
299
proto.
e2d_type
= 0;
320
&& dirp->
e2d_type
!= EXT2_FT_DIR) {
322
dirp->
e2d_type
= EXT2_FT_DIR;
438
dirp->
e2d_type
!=
440
dirp->
e2d_type
[
all
...]
dir.c
219
dp->
e2d_type
= 0;
276
if (dp->
e2d_type
!= 0)
354
newent.
e2d_type
= 0; /* XXX gcc */
358
newent.
e2d_type
= inot2ext2dt(typemap[idesc->id_parent]);
372
dirp->
e2d_type
= newent.
e2d_type
;
389
dirp->
e2d_type
= inot2ext2dt(typemap[idesc->id_parent]);
391
dirp->
e2d_type
= 0;
/src/sbin/newfs_ext2fs/
mke2fs.c
931
lost_found_dir[0].
e2d_type
= EXT2_FT_DIR;
932
lost_found_dir[1].
e2d_type
= EXT2_FT_DIR;
984
root_dir[0].
e2d_type
= EXT2_FT_DIR;
985
root_dir[1].
e2d_type
= EXT2_FT_DIR;
987
root_dir[2].
e2d_type
= EXT2_FT_DIR;
/src/sys/lib/libsa/
ext2fs.c
853
if (dp->
e2d_type
>= NELEM(typestr) ||
854
!(t = typestr[dp->
e2d_type
])) {
Completed in 17 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025