Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mnt_dec_writers
Proto:static inline void mnt_dec_writers(struct mount *mnt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mount * | mnt |
266 | mnt_writers-- |
Name | Describe |
---|---|
__mnt_want_write | __mnt_want_write - get write access to a mount without freeze protection*@m: the mount on which to take a write* This tells the low-level filesystem that a write is about to be performed to* it, and makes sure that writes are allowed (mnt it read-write) |
__mnt_drop_write | __mnt_drop_write - give up write access to a mount*@mnt: the mount on which to give up write access* Tells the low-level filesystem that we are done* performing writes to it. Must be matched with* __mnt_want_write() call above. |
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 |