Function report |
Source Code:init\initramfs.c |
Create Date:2022-07-28 13:54:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_name
Proto:static int __init do_name(void)
Type:int
Parameter:Nothing
326 | free_hash() |
327 | Return 0 |
329 | clean_path(collected, mode) |
331 | ml = maybe_link() |
332 | If ml >= 0 Then |
338 | If wfd >= 0 Then |
339 | ksys_fchown(wfd, uid, gid) |
340 | ksys_fchmod(wfd, mode) |
341 | If body_len Then ksys_ftruncate(wfd, body_len) |
343 | vcollected = kstrdup(collected, GFP_KERNEL) |
354 | If maybe_link() == 0 Then |
355 | ksys_mknod(collected, mode, rdev) |
356 | ksys_chown(collected, uid, gid) |
357 | ksys_chmod(collected, mode) |
361 | Return 0 |
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 |