Searched refs:cdrType (Results 1 – 5 of 5) sorted by relevance
127 if (thread->cdrType != type) in v_getthread()394 switch (data->cdrType) in v_resolve()515 data.cdrType != cdrDirRec) in v_adjvalence()547 data.cdrType = cdrDirRec; in v_newfolder()571 data.cdrType = cdrThdRec; in v_newfolder()702 if (data.cdrType == cdrFilRec) in v_scavenge()
140 d_storeb(&pdata, data->cdrType); in r_packcatdata()143 switch (data->cdrType) in r_packcatdata()254 d_fetchb(&pdata, (char *) &data->cdrType); in r_unpackcatdata()257 switch (data->cdrType) in r_unpackcatdata()429 switch (data->cdrType) in r_unpackdirent()468 switch (data->cdrType) in r_packdirent()
706 ext->f.cat.cdrType = cdrFilRec; in hfs_format()793 cat->f.cat.cdrType = cdrFilRec; in hfs_format()927 if (data.cdrType != cdrDirRec) in hfs_chdir()1030 if (data.cdrType != cdrDirRec) in hfs_opendir()1142 switch (data.cdrType) in hfs_readdir()1208 if (file->cat.cdrType != cdrFilRec) in hfs_open()1623 if (data.cdrType != cdrDirRec)1714 data.cdrType = cdrFilRec;1777 if (file.cat.cdrType != cdrFilRec)1857 isdir = (src.cdrType == cdrDirRec);[all …]
288 ext->cat.cdrType = cdrFilRec; in l_readmdb()325 cat->cat.cdrType = cdrFilRec; in l_readmdb()
187 SignedByte cdrType; /* record type */ member