File:  [Net/2] / Net2 / isofs / isofs_bmap.c
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 18:14:06 2018 UTC (8 years, 2 months ago) by root
Branches: NetBSD, MAIN, BJolitz
CVS tags: NetBSD09, HEAD
NetBSD 0.9

/*
 * 	isofs_bmap.c,v 1.2 1993/05/20 03:30:44 cgd Exp
 */

#include "param.h"
#include "namei.h"
#include "buf.h"
#include "file.h"
#include "vnode.h"
#include "mount.h"

#include "iso.h"
#include "isofs_node.h"

iso_bmap(ip, lblkno, result)
struct iso_node *ip;
int lblkno;
int *result;
{
	*result = (ip->iso_extent + lblkno)
		* (ip->i_mnt->im_bsize / DEV_BSIZE);
	return (0);
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.