Function report |
Source Code:fs\stack.c |
Create Date:2022-07-28 20:12:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:does _NOT_ require i_mutex to be held.* This function cannot be inlined since i_size_{read,write} is rather* heavy-weight on 32-bit systems
Proto:void fsstack_copy_inode_size(struct inode *dst, struct inode *src)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | dst | |
struct inode * | src |
34 | If size of i_blocks > sizeof(long) Then spin_lock( & _blocks, i_bytes, maybe i_size ) |
37 | If size of i_blocks > sizeof(long) Then spin_unlock( & _blocks, i_bytes, maybe i_size ) |
53 | If size of i_size > sizeof(long) || size of i_blocks > sizeof(long) Then spin_lock( & _blocks, i_bytes, maybe i_size ) |
57 | If size of i_size > sizeof(long) || size of i_blocks > sizeof(long) Then 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 |