Home
last modified time | relevance | path

Searched defs:child_info (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str01.h20 struct child_info { struct
32 struct child_info **child_ptrs; /* dynamic array of ptrs */ argument
Dpth_str01.c48 c_info *child_info; /* pointer to info array */ variable
Dpth_str03.c67 c_info *child_info; /* pointer to info array */ variable
/external/f2fs-tools/fsck/
Dfsck.h68 struct child_info { struct
69 u32 state;
70 u32 links;
71 u32 files;
72 u32 pgofs;
73 u8 dots;
74 u8 dir_level;
75 u32 p_ino; /*parent ino*/
76 u32 pp_ino; /*parent parent ino*/
77 struct extent_info ei;
[all …]
/external/libbrillo/brillo/files/
Dsafe_fd.cc502 struct stat child_info; in Rmdir() local