Lines Matching +full:4 +full:vpp
125 static int ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp,
170 e2d_namlen) + 4) + 1; in ext2_readdir()
315 ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, in ext2_lookup_ino() argument
342 if (vpp != NULL) in ext2_lookup_ino()
343 *vpp = NULL; in ext2_lookup_ino()
583 *vpp = vdp; in ext2_lookup_ino()
602 *vpp = tdp; in ext2_lookup_ino()
627 *vpp = tdp; in ext2_lookup_ino()
676 *vpp = tdp; in ext2_lookup_ino()
690 *vpp = vdp; in ext2_lookup_ino()
695 *vpp = tdp; in ext2_lookup_ino()
702 cache_enter(vdp, *vpp, cnp); in ext2_lookup_ino()
806 * record length must be multiple of 4
823 else if (le16toh(de->e2d_reclen) % 4 != 0) in ext2_check_direntry()
824 error_msg = "rec_len % 4 != 0"; in ext2_check_direntry()