aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dqblk_qtree.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09quota_v2: Implement get_next_id() for V2 quota formatJan Kara1-0/+2
Implement functions to get id of next existing quota structure in quota file for quota tree based formats and thus for V2 quota format. Signed-off-by: Jan Kara <jack@suse.cz>
2016-01-04quota: constify qtree_fmt_operations structuresJulia Lawall1-1/+1
The qtree_fmt_operations structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Jan Kara <jack@suse.cz>
2009-01-05quota: Split off quota tree handling into a separate fileJan Kara1-0/+56
There is going to be a new version of quota format having 64-bit quota limits and a new quota format for OCFS2. They are both going to use the same tree structure as VFSv0 quota format. So split out tree handling into a separate file and make size of leaf blocks, amount of space usable in each block (needed for checksumming) and structures contained in them configurable so that the code can be shared. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>