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:This operation can block, but only after everything is updated
Proto:void dquot_free_inode(struct inode *inode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode |
1910 | If Not dquot_active(inode) Then Return |
1915 | spin_lock( & _blocks, i_bytes, maybe i_size ) |
1922 | spin_lock( & Lock protecting dq_dqb changes ) |
1923 | wtype = info_idq_free(dquots[cnt], 1) |
1924 | If wtype != Definitions for quota netlink interface Then prepare_warning( & warn[cnt], dquots[cnt], wtype) |
1926 | dquot_decr_inodes(dquots[cnt], 1) |
1927 | spin_unlock( & Lock protecting dq_dqb changes ) |
1929 | spin_unlock( & _blocks, i_bytes, maybe i_size ) |
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 |