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

1.1     ! root        1: #include "param.h"
        !             2: #include "namei.h"
        !             3: #include "buf.h"
        !             4: #include "file.h"
        !             5: #include "vnode.h"
        !             6: #include "mount.h"
        !             7: 
        !             8: #include "iso.h"
        !             9: #include "isofs_node.h"
        !            10: 
        !            11: iso_bmap(ip, lblkno, result)
        !            12: struct iso_node *ip;
        !            13: int lblkno;
        !            14: int *result;
        !            15: {
        !            16:        *result = (ip->iso_extent + lblkno)
        !            17:                * (ip->i_mnt->im_bsize / DEV_BSIZE);
        !            18:        return (0);
        !            19: }

unix.superglobalmegacorp.com

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