[PATCH v3 13/39] fs: introduce a get_qsize() to inode_operations
Christoph Hellwig
hch at infradead.org
Sat Oct 3 23:33:57 PDT 2015
On Tue, Sep 15, 2015 at 05:02:08PM +0800, Dongsheng Yang wrote:
> get_qsize() is used to allow inode to decide how much of the quota size
> in itself. If file system implements the own get_qsize(), ioctl of
> FIOQSIZe will call it to get quota size. If not implemented, get the
> quota size in a generic way.
This should be in struct dquot_operations.
More information about the linux-mtd
mailing list