Home
last modified time | relevance | path

Searched refs:_bg (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dblockgroup.rst59 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 flex\_bg is enabled. The number of block groups that make up a flex\_bg
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
Dgroup_descr.rst16 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.
Difork.rst50 ``ee_len = 1000``. If flex\_bg is enabled, it is possible to allocate
Dsuper.rst258 - s\_first\_meta\_bg
259 - First metablock block group, if the meta\_bg feature is enabled.
/Linux-v4.19/drivers/video/fbdev/
Dfsl-diu-fb.c1007 __le16 _bg = cpu_to_le16(bg); in fsl_diu_load_cursor_image() local
1015 cursor[w] = (line & mask) ? _fg : _bg; in fsl_diu_load_cursor_image()