Home
last modified time | relevance | path

Searched refs:HDR (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ext2/
Dxattr.c68 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro
70 #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 …]
/Linux-v4.19/drivers/misc/mei/
Ddebugfs.c38 #define HDR \ in mei_dbgfs_read_meclients() macro
45 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() macro
115 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()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dcolorspaces-details.rst797 Take care when converting between this transfer function and non-HDR transfer
798 functions: the linear RGB values [0…1] of HDR content map to a luminance range
799 of 0 to 10000 cd/m\ :sup:`2` whereas the linear RGB values of non-HDR (aka
802 To go from SDR to HDR you will have to divide L by 100 first. To go in the other