Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ inode(4BFS) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

fs(4BFS)

types(5)






       inode(4BFS)                    (BFS)                     inode(4BFS)


       NAME
             inode (bfs) - format of a bfs i-node

       SYNOPSIS
             #include <sys/types.h>
             #include <sys/fs/bfs.h>

       DESCRIPTION
                   struct bfs_dirent
                   {
                        ushort  d_ino;   /* inode number */
                        daddr_t d_sblock;/* Start block */
                        daddr_t d_eblock;/* End block */
                        daddr_t d_eoffset;/* EOF disk offset (absolute) */
                        struct  bfsvattr d_fattr;/* File attributes */
                   };

             For the meaning of the defined type daddr_t see types(5).  The
             bfsvattr structure appears in the header file sys/fs/bfs.h.

       REFERENCES
             bfs-specific fs(4BFS), types(5)


























                           Copyright 1994 Novell, Inc.               Page 1








Typewritten Software • bear@typewritten.org • Edmonds, WA 98026