DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

inode_bfs(4)


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_bfs(4), types(5)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004