Function report |
Source Code:fs\quota\dquot.c |
Create Date:2022-07-28 20:32:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfs_cleanup_quota_inode
Proto:static void vfs_cleanup_quota_inode(struct super_block *sb, int type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
int | type |
2168 | inode = inodes of quotafiles [type] |
2170 | If Not inode Then Return |
2172 | If Not ( Flags for diskquotas on this device & DQUOT_QUOTA_SYS_FILE) Then |
2177 | inodes of quotafiles [type] = NULL |
2178 | put an inode |
Name | Describe |
---|---|
dquot_disable | Turn quota off on a device. type == -1 ==> quotaoff for all types (umount) |
dquot_load_quota_inode | More powerful function for turning on quotas on given quota inode allowing* setting of individual quota flags |
dquot_resume | Reenable quotas on remount RW |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |