Lines Matching defs:an
115 * Not an update, or updating the name: look up the name
364 * lookup an anode, if not found, create
368 adosfs_vget(struct mount *mp, ino_t an, int lktype, struct vnode **vpp)
373 block = an;
374 KASSERT(block == an);
398 u_long an;
402 KASSERT(key_len == sizeof(an));
403 memcpy(&an, key, key_len);
406 if ((error = bread(amp->devvp, an * amp->bsize / DEV_BSIZE,
414 ap->block = an;
486 (unsigned long long)an);
680 * - check for an unallocated inode (i_mode == 0)