linux-old/include/linux/cramfs_fs_sb.h
<<
>>
Prefs
   1#ifndef _CRAMFS_FS_SB
   2#define _CRAMFS_FS_SB
   3
   4/*
   5 * cramfs super-block data in memory
   6 */
   7struct cramfs_sb_info {
   8                        unsigned long magic;
   9                        unsigned long size;
  10                        unsigned long blocks;
  11                        unsigned long files;
  12                        unsigned long flags;
  13};
  14
  15#endif
  16
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.