Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * quota.h - Defines for NTFS kernel quota ($Quota) handling.  Part of the
0004  *       Linux-NTFS project.
0005  *
0006  * Copyright (c) 2004 Anton Altaparmakov
0007  */
0008 
0009 #ifndef _LINUX_NTFS_QUOTA_H
0010 #define _LINUX_NTFS_QUOTA_H
0011 
0012 #ifdef NTFS_RW
0013 
0014 #include "types.h"
0015 #include "volume.h"
0016 
0017 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
0018 
0019 #endif /* NTFS_RW */
0020 
0021 #endif /* _LINUX_NTFS_QUOTA_H */