File: /Users/paulross/dev/linux/linux-3.13/include/linux/dqblk_v2.h

Green shading in the line number column means the source is part of the translation unit, red means it is conditionally excluded. Highlighted line numbers link to the translation unit page. Highlighted macros link to the macro page.

       1: /*
       2:  *  Definitions for vfsv0 quota format
       3:  */
       4: 
       5: #ifndef _LINUX_DQBLK_V2_H
       6: #define _LINUX_DQBLK_V2_H
       7: 
       8: #include <linux/dqblk_qtree.h>
       9: 
      10: /* Numbers of blocks needed for updates */
      11: #define V2_INIT_ALLOC QTREE_INIT_ALLOC
      12: #define V2_INIT_REWRITE QTREE_INIT_REWRITE
      13: #define V2_DEL_ALLOC QTREE_DEL_ALLOC
      14: #define V2_DEL_REWRITE QTREE_DEL_REWRITE
      15: 
      16: #endif /* _LINUX_DQBLK_V2_H */
      17: