Home
last modified time | relevance | path

Searched refs:i_depth (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0003-CVE-2022-41325.patch48 - int i_depth = p_client->format.bitsPerPixel;
52 - switch( i_depth )
67 - p_sys->i_framebuffersize = i_width * i_height * i_depth / 8;
79 - fmt.video.i_bits_per_pixel = i_depth;
/openbmc/linux/fs/gfs2/
H A Ddir.c347 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table()
817 unsigned int hsize = BIT(ip->i_depth); in gfs2_dirent_search()
825 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
981 dip->i_depth = y; in dir_make_exhash()
1157 hsize = BIT(dip->i_depth); in dir_double_exhash()
1188 dip->i_depth++; in dir_double_exhash()
1539 hsize = BIT(dip->i_depth); in dir_e_read()
1541 index = hash >> (32 - dip->i_depth); in dir_e_read()
1558 len = BIT(dip->i_depth - depth); in dir_e_read()
1846 if (ip->i_depth < GFS2_DIR_MAX_DEPTH) { in gfs2_dir_add()
[all …]
H A Dincore.h404 u8 i_depth; member
H A Dglops.c461 ip->i_depth = (u8)depth; in gfs2_dinode_in()
H A Dsuper.c426 str->di_depth = cpu_to_be16(ip->i_depth); in gfs2_dinode_out()
H A Dinode.c707 ip->i_depth = 0; in gfs2_create_inode()
H A Dbmap.c1521 else if (ip->i_depth) in sweep_bh_for_rgrps()
H A Drgrp.c2534 if (meta || ip->i_depth || gfs2_is_jdata(ip)) in __gfs2_free_blocks()