Thomas Gleixner | a1d312d | 2019-05-22 09:51:42 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * quota.h - Defines for NTFS kernel quota ($Quota) handling. Part of the |
| 4 | * Linux-NTFS project. |
| 5 | * |
| 6 | * Copyright (c) 2004 Anton Altaparmakov |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef _LINUX_NTFS_QUOTA_H |
| 10 | #define _LINUX_NTFS_QUOTA_H |
| 11 | |
| 12 | #ifdef NTFS_RW |
| 13 | |
| 14 | #include "types.h" |
| 15 | #include "volume.h" |
| 16 | |
Richard Knutsson | c49c311 | 2006-09-30 23:27:12 -0700 | [diff] [blame] | 17 | extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | |
| 19 | #endif /* NTFS_RW */ |
| 20 | |
| 21 | #endif /* _LINUX_NTFS_QUOTA_H */ |