Function report |
Source Code:fs\locks.c |
Create Date:2022-07-28 20:25:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lease_get_mtime - update modified time of an inode with exclusive lease*@inode: the inode*@time: pointer to a timespec which contains the last modified time* This is to force NFS clients to flush their caches for files with* exclusive leases
Proto:void lease_get_mtime(struct inode *inode, struct timespec64 *time)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct inode * | inode | |
struct timespec64 * | time |
1693 | bool has_lease = false |
1697 | ctx = smp_load_acquire( & i_flctx) |
1704 | spin_unlock( & flc_lock) |
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 |