Home | History | Annotate | Download | only in src

Lines Matching defs:ext

79     FSXCharInfo *ext;
103 ext = FSmallocarray(reply.num_extents, sizeof(FSXCharInfo));
104 *extents = ext;
105 if (!ext)
109 _FS_convert_char_info(&local_exts, &ext[i]);
127 FSXCharInfo *ext;
167 ext = FSmallocarray(reply.num_extents, sizeof(FSXCharInfo));
168 *extents = ext;
169 if (!ext)
173 _FS_convert_char_info(&local_exts, &ext[i]);