The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/fs/bfs/bfs_defs.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #define su_lasti        u.bfs_sb.si_lasti
    2 #define su_blocks       u.bfs_sb.si_blocks
    3 #define su_freeb        u.bfs_sb.si_freeb
    4 #define su_freei        u.bfs_sb.si_freei
    5 #define su_lf_ioff      u.bfs_sb.si_lf_ioff
    6 #define su_lf_sblk      u.bfs_sb.si_lf_sblk
    7 #define su_lf_eblk      u.bfs_sb.si_lf_eblk
    8 #define su_imap         u.bfs_sb.si_imap
    9 #define su_sbh          u.bfs_sb.si_sbh
   10 #define su_bfs_sb       u.bfs_sb.si_bfs_sb
   11 
   12 #define iu_dsk_ino      u.bfs_i.i_dsk_ino
   13 #define iu_sblock       u.bfs_i.i_sblock
   14 #define iu_eblock       u.bfs_i.i_eblock
   15 
   16 #define printf(format, args...) \
   17 do { \
   18         printk(KERN_ERR "BFS-fs: %s(): ", __FUNCTION__); \
   19         printk(format, args); \
   20 } while (0)

Cache object: f1021421889a4b651194cbd74db374b8


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.