Lines Matching defs:ckinode
58 * ckinode() essentially traverses the blocklist of the provided
92 * ckinode()'s caller will typically advance to the next
145 * value between the callback and ckinode()'s caller.
211 ckinode(struct dinode *dp, struct inodesc *idesc, enum cki_action action)
244 * This was split out from ckinode() to allow it to be used
537 * are examined in the same manner as ckinode() checks the
1036 return (ckinode(dp, &idesc, CKI_TRAVERSE));
1296 if ((ckinode(dp, &idesc,
1348 if (!islink && ckinode(dp, &idesc, CKI_TRUNCATE) & ALTERED)
1352 * This has to be done after ckinode(), so that all of
1455 if ((ckinode(ginode(ino), &idesc, CKI_TRAVERSE) & FOUND) != 0) {
1463 * Convenience wrapper around ckinode(findino()).
1477 if ((ckinode(ginode(dir), &idesc, CKI_TRAVERSE) & FOUND) != 0) {
1524 (void) ckinode(dp, &idelayed, CKI_TRAVERSE);