Searched refs:v_extsearch (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| D | file.c | 140 if (v_extsearch(file, fabn, &file->ext, 0) <= 0) in f_doblock() 208 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_alloc() 265 v_extsearch(file, file->fabn, 0, &n) <= 0) || in f_alloc() 343 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_trunc() 396 v_extsearch(file, file->fabn, 0, &n) <= 0) in f_trunc() 417 if (v_extsearch(file, start, &file->ext, &n) <= 0) in f_trunc()
|
| D | volume.h | 21 int v_extsearch(hfsfile *, unsigned int, ExtDataRec *, node *);
|
| D | lvolume.c | 73 int v_extsearch(hfsfile *file, unsigned int fabn, ExtDataRec *data, node *np) in v_extsearch() function
|