![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * File with in-memory structures of old quota format 0004 */ 0005 0006 #ifndef _LINUX_DQBLK_V1_H 0007 #define _LINUX_DQBLK_V1_H 0008 0009 /* Numbers of blocks needed for updates */ 0010 #define V1_INIT_ALLOC 1 0011 #define V1_INIT_REWRITE 1 0012 #define V1_DEL_ALLOC 0 0013 #define V1_DEL_REWRITE 2 0014 0015 #endif /* _LINUX_DQBLK_V1_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |