Searched refs:_bg (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/filesystems/ext4/ |
A D | blockgroup.rst | 59 groups (flex\_bg). Leftover space is used for file data blocks, indirect 66 (flex\_bg). In a flex\_bg, several block groups are tied together as one 68 first block group of the flex\_bg are expanded to include the bitmaps 69 and inode tables of all other block groups in the flex\_bg. For example, 70 if the flex\_bg size is 4, then group 0 will contain (in order) the 77 if flex\_bg is enabled. The number of block groups that make up a 78 flex\_bg is given by 2 ^ ``sb.s_log_groups_per_flex``. 113 the field s\_first\_meta\_bg in the superblock will indicate the first 134 but the dumpe2fs output prints this as “uninit\_bg”. They are the same
|
A D | group_descr.rst | 16 and the group descriptor table. The flex\_bg mechanism uses this 21 If the meta\_bg feature flag is set, then several block groups are 22 grouped together into a meta group. Note that in the meta\_bg case, 27 flex\_bg and meta\_bg do not appear to be mutually exclusive features.
|
A D | ifork.rst | 50 ``ee_len = 1000``. If flex\_bg is enabled, it is possible to allocate
|
A D | super.rst | 258 - s\_first\_meta\_bg 259 - First metablock block group, if the meta\_bg feature is enabled.
|
/linux/scripts/kconfig/ |
A D | nconf.gui.c | 31 #define COLOR_ATTR(_at, _fg, _bg, _hl) \ argument 32 { .attr = &(_at), .has_color = true, .color_fg = _fg, .color_bg = _bg, .highlight = _hl }
|
/linux/drivers/video/fbdev/ |
A D | fsl-diu-fb.c | 1002 __le16 _bg = cpu_to_le16(bg); in fsl_diu_load_cursor_image() local 1010 cursor[w] = (line & mask) ? _fg : _bg; in fsl_diu_load_cursor_image()
|
Completed in 11 milliseconds