Searched refs:HDR (Results 1 – 3 of 3) sorted by relevance
68 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro70 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1)177 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get()179 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || in ext2_xattr_get()180 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_get()267 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list()269 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || in ext2_xattr_list()270 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_list()405 le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_set()406 header = HDR(bh); in ext2_xattr_set()[all …]
38 #define HDR \ in mei_dbgfs_read_meclients() macro45 bufsz *= sizeof(HDR) + 1; in mei_dbgfs_read_meclients()52 pos += scnprintf(buf + pos, bufsz - pos, HDR); in mei_dbgfs_read_meclients()53 #undef HDR in mei_dbgfs_read_meclients()100 #define HDR " |me|host|state|rd|wr|wrq\n" in mei_dbgfs_read_active() macro115 bufsz *= sizeof(HDR) + 1; in mei_dbgfs_read_active()123 pos += scnprintf(buf + pos, bufsz - pos, HDR); in mei_dbgfs_read_active()124 #undef HDR in mei_dbgfs_read_active()
797 Take care when converting between this transfer function and non-HDR transfer798 functions: the linear RGB values [0…1] of HDR content map to a luminance range799 of 0 to 10000 cd/m\ :sup:`2` whereas the linear RGB values of non-HDR (aka802 To go from SDR to HDR you will have to divide L by 100 first. To go in the other