Annotation of Net2/isofs/isofs_bmap.c, revision 1.1.1.2

1.1.1.2 ! root        1: /*
        !             2:  *     isofs_bmap.c,v 1.2 1993/05/20 03:30:44 cgd Exp
        !             3:  */
        !             4: 
1.1       root        5: #include "param.h"
                      6: #include "namei.h"
                      7: #include "buf.h"
                      8: #include "file.h"
                      9: #include "vnode.h"
                     10: #include "mount.h"
                     11: 
                     12: #include "iso.h"
                     13: #include "isofs_node.h"
                     14: 
                     15: iso_bmap(ip, lblkno, result)
                     16: struct iso_node *ip;
                     17: int lblkno;
                     18: int *result;
                     19: {
                     20:        *result = (ip->iso_extent + lblkno)
                     21:                * (ip->i_mnt->im_bsize / DEV_BSIZE);
                     22:        return (0);
                     23: }

unix.superglobalmegacorp.com

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