HomeSort by: relevance | last modified time | path
    Searched defs:ulfs_bmaparray (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_bmap.c 115 error = ulfs_bmaparray(ap->a_vp, ap->a_bn, ap->a_bnp, NULL, NULL,
128 * ulfs_bmaparray does the bmap conversion, and if requested returns the
135 ulfs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, function in typeref:typename:int
153 "ulfs_bmaparray: invalid arguments: ap=%p, nump=%p", ap, nump);
275 "ulfs_bmaparray: indirect block not in cache");
  /src/sbin/fsck_lfs/
lfs.c 149 * ulfs_bmaparray does the bmap conversion, and if requested returns the
155 ulfs_bmaparray(struct lfs * fs, struct uvnode * vp, daddr_t bn, daddr_t * bnp, struct indir * ap, int *nump) function in typeref:typename:int
302 return ulfs_bmaparray(vp->v_fs, vp, lbn, daddrp, NULL, NULL);
1097 error = ulfs_bmaparray(fs, vp, lbn, &daddr, &indirs[0], &num);
1168 * We can tell a truly new block because ulfs_bmaparray will say

Completed in 13 milliseconds