move mount stuff into common quota file, tidy a little, make a default.
[xfstests-dev.git] / src / feature.c
index b5337c3ae96edb8d882f1c589963ba0a02286482..61ef4e40ebc8740875f5121a72a1047f3522084a 100644 (file)
 /*
  * Test for filesystem features on given mount point or device
  *   -q  test for quota support (kernel compile option)
- *   -u  test for user quota support (mount option)
- *   -g  test for group quota support (mount option)
+ *   -u  test for user quota enforcement support (mount option)
+ *   -g  test for group quota enforcement support (mount option)
+ *   -U  test for user quota accounting support (mount option)
+ *   -G  test for group quota accounting support (mount option)
  * Return code: 0 is true, anything else is error/not supported
  */