Function report |
Source Code:fs\devpts\inode.c |
Create Date:2022-07-28 20:34:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:devpts_show_options
Proto:static int devpts_show_options(struct seq_file *seq, struct dentry *root)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | seq | |
struct dentry * | root |
405 | fsi = DEVPTS_SB( The root of the dentry tree ) |
406 | opts = mount_opts |
414 | seq_printf(seq, ",mode=%03o", mode) |
415 | seq_printf(seq, ",ptmxmode=%03o", ptmxmode) |
416 | If max < Absolute limit Then seq_printf(seq, ",max=%d", max) |
419 | 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 |