Blame view

include/linux/dqblk_v1.h 342 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  /*
   *	File with in-memory structures of old quota format
   */
  
  #ifndef _LINUX_DQBLK_V1_H
  #define _LINUX_DQBLK_V1_H
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
  /* Root squash turned on */
  #define V1_DQF_RSQUASH 1
4e5117ba0   Jan Kara   [PATCH] quota: im...
9
10
11
12
13
  /* Numbers of blocks needed for updates */
  #define V1_INIT_ALLOC 1
  #define V1_INIT_REWRITE 1
  #define V1_DEL_ALLOC 0
  #define V1_DEL_REWRITE 2
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
  #endif	/* _LINUX_DQBLK_V1_H */