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
|