Searched refs:id_func (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass1b.c63 idesc.id_func = pass1bcheck;
H A Dinode.c59 * inode. For each block either the caller-supplied callback (id_func
132 * id_func This is the function that will be called for every
280 ret = (*idesc->id_func)(idesc);
446 func = idesc->id_func;
451 func = idesc->id_func;
515 if (nif < NINDIR(&sblock) && (idesc->id_func == pass1check ||
516 idesc->id_func == pass3bcheck)) {
1032 idesc.id_func = clearanentry;
1293 idesc.id_func = findino;
1343 idesc.id_func
[all...]
H A Dpass3.c193 idesc.id_func = findname;
410 idesc->id_func = pass3acheck;
H A Dpass4.c66 idesc.id_func = pass4check;
H A Dfsck.h197 int (*id_func)(struct inodesc *); member in struct:inodesc
201 /* also used for extra (*id_func) parameter */
431 (idp)->id_func = pass4check; \
H A Ddir.c133 if ((n = (*idesc->id_func)(idesc)) & ALTERED) {
543 idesc.id_func = findino;
760 idesc.id_func = chgino;
785 idesc.id_func = mkentry;
H A Dpass1.c113 idesc.id_func = pass1check;
H A Dpass3b.c138 curino.id_func = pass3bcheck;
H A Dutilities.c697 idesc.id_func = findname;
722 idesc.id_func = findino;
742 idesc.id_func = findname;
H A Dpass2.c203 curino.id_func = pass2check;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h134 int (*id_func)(); /* function to be applied to blocks of inode */ member in struct:inodesc

Completed in 64 milliseconds