Searched refs:i_depth (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0003-CVE-2022-41325.patch | 48 - 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 D | dir.c | 347 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() 1011 index = name->hash >> (32 - dip->i_depth); in dir_split_leaf() 1022 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf() 1037 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf() 1041 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf() 1075 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf() 1157 hsize = BIT(dip->i_depth); in dir_double_exhash() [all …]
|
H A D | incore.h | 404 u8 i_depth; member
|
H A D | glops.c | 461 ip->i_depth = (u8)depth; in gfs2_dinode_in()
|
H A D | super.c | 430 str->di_depth = cpu_to_be16(ip->i_depth); in gfs2_dinode_out()
|
H A D | inode.c | 707 ip->i_depth = 0; in gfs2_create_inode()
|
H A D | bmap.c | 1521 else if (ip->i_depth) in sweep_bh_for_rgrps()
|
H A D | rgrp.c | 2534 if (meta || ip->i_depth || gfs2_is_jdata(ip)) in __gfs2_free_blocks()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | dbus_utility.hpp | 123 * @param[in] i_depth - Maximum depth of the tree to search. 131 const std::string& i_objectPath, const int& i_depth, in getObjectSubTree() argument 148 l_method.append(i_objectPath, i_depth, i_interfaces); in getObjectSubTree()
|
/openbmc/openpower-vpd-parser/vpd-tool/include/ |
H A D | tool_utils.hpp | 553 * @param[in] i_depth - The maximum subtree depth for which results should be 561 const std::string i_objectPath, const int i_depth = 0, in GetSubTreePaths() argument 573 l_method.append(i_objectPath, i_depth, i_constrainingInterfaces);
|