Home
last modified time | relevance | path

Searched refs:getino (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c71 (*fn)(getino(ino)); in pass()
351 lf_dumpinode(getino((ino_t)(unsigned)(ip->di_shadow))); in lf_dumpmeta()
363 *ip = getino((ino_t)(unsigned)((*ip)->di_shadow)); in hasshortmeta()
365 *ip = getino(ino = savino); in hasshortmeta()
414 ip = getino((ino_t)(unsigned)(ip->di_shadow)); in lf_dump()
422 ip = getino(ino); in lf_dump()
680 ((ip = getino(ino)) == NULL || in dsrch()
704 getino(ino_t ino) in getino() function
H A Ddump.h349 extern struct dinode *getino(ino_t);
473 extern struct dinode *getino();
H A Dpartial.c196 dp = getino(ino = i); in markino()