Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 19 of 19) sorted by relevance

/fs/bcachefs/
A Dprintbuf.h247 static inline void prt_hex_byte(struct printbuf *out, u8 byte) in prt_hex_byte() argument
250 __prt_char_reserved(out, hex_asc_hi(byte)); in prt_hex_byte()
251 __prt_char_reserved(out, hex_asc_lo(byte)); in prt_hex_byte()
255 static inline void prt_hex_byte_upper(struct printbuf *out, u8 byte) in prt_hex_byte_upper() argument
258 __prt_char_reserved(out, hex_asc_upper_hi(byte)); in prt_hex_byte_upper()
259 __prt_char_reserved(out, hex_asc_upper_lo(byte)); in prt_hex_byte_upper()
A Dbkey.c843 byte = bit_offset / 8; in compile_bkey_field()
844 bit_offset -= byte * 8; in compile_bkey_field()
850 I4(0x0f, 0xb6, 0x46, byte); in compile_bkey_field()
853 I4(0x0f, 0xb7, 0x46, byte); in compile_bkey_field()
856 byte -= align; in compile_bkey_field()
862 I3(0x8b, 0x46, byte); in compile_bkey_field()
879 byte -= align; in compile_bkey_field()
885 I4(0x48, 0x8b, 0x46, byte); in compile_bkey_field()
901 byte -= align; in compile_bkey_field()
907 I4(0x48, 0x8b, 0x46, byte); in compile_bkey_field()
[all …]
A Dbuckets_types.h34 u8 byte; member
A Dec.h160 BUILD_BUG_ON(!((union ulong_byte_assert) { .ulong = 1UL << BUCKET_LOCK_BITNR }).byte); in gc_stripe_unlock()
A Dbuckets.h44 BUILD_BUG_ON(!((union ulong_byte_assert) { .ulong = 1UL << BUCKET_LOCK_BITNR }).byte); in bucket_unlock()
/fs/hfs/
A Dbtree.c293 u8 *data, byte, m; in hfs_bmap_alloc() local
315 byte = data[off]; in hfs_bmap_alloc()
316 if (byte != 0xff) { in hfs_bmap_alloc()
318 if (!(byte & m)) { in hfs_bmap_alloc()
365 u8 *data, byte, m; in hfs_bmap_free() local
404 byte = data[off]; in hfs_bmap_free()
405 if (!(byte & m)) { in hfs_bmap_free()
412 data[off] = byte & ~m; in hfs_bmap_free()
/fs/hfsplus/
A Dbtree.c382 u8 *data, byte, m; in hfs_bmap_alloc() local
404 byte = data[off]; in hfs_bmap_alloc()
405 if (byte != 0xff) { in hfs_bmap_alloc()
407 if (!(byte & m)) { in hfs_bmap_alloc()
455 u8 *data, byte, m; in hfs_bmap_free() local
497 byte = data[off]; in hfs_bmap_free()
498 if (!(byte & m)) { in hfs_bmap_free()
506 data[off] = byte & ~m; in hfs_bmap_free()
/fs/jffs2/
A Dcompr_rubin.c230 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() argument
238 rs->bits[i], byte & 1); in out_byte()
244 byte >>= 1 ; in out_byte()
/fs/cramfs/
A DREADME46 The i'th <block_pointer> for a file stores the byte offset of the
47 *end* of the i'th <block> (i.e. one past the last byte, which is the
61 aligned to a 4-byte boundary. The block size is either blksize
80 <block>s are merely byte-aligned, not generally u32-aligned.
/fs/unicode/
A Dmkutf8data.c1199 unsigned char byte; in emit() local
1227 byte = 0; in emit()
1229 byte |= NEXTBYTE; in emit()
1233 byte |= LEFTNODE; in emit()
1235 byte |= RIGHTNODE; in emit()
1245 *data++ = byte; in emit()
1254 byte |= TRIENODE; in emit()
1256 *data++ = byte; in emit()
1259 byte |= RIGHTNODE; in emit()
1261 byte |= TRIENODE; in emit()
[all …]
/fs/efivarfs/
A DKconfig9 same 1024-byte variable size limit.
/fs/gfs2/
A Drgrp.c147 const u8 *byte; in gfs2_testbit() local
155 byte = buffer + (rbm->offset / GFS2_NBBY); in gfs2_testbit()
158 return (*byte >> bit) & GFS2_BIT_MASK; in gfs2_testbit()
438 const u8 *byte = buffer; in gfs2_bitcount() local
445 for (; byte < end; byte++) { in gfs2_bitcount()
446 if (((*byte) & 0x03) == state) in gfs2_bitcount()
448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
450 if (((*byte) & 0x30) == state2) in gfs2_bitcount()
452 if (((*byte) & 0xC0) == state3) in gfs2_bitcount()
/fs/affs/
A DChanges17 doesn't work with devices which have 256 byte
199 correctly byte-swapped. Since most of the users of the
219 - Changed all network byte-order macros to the
/fs/ext2/
A DKconfig15 is created with at least 256 byte inodes.
/fs/minix/
A Dminix.h100 #error Minix file system byte order broken
/fs/btrfs/
A Dcompression.c1548 u8 byte; in btrfs_compress_heuristic() local
1563 byte = ws->sample[i]; in btrfs_compress_heuristic()
1564 ws->bucket[byte].count++; in btrfs_compress_heuristic()
/fs/smb/client/
A Dtrace.h82 enum smb3_rw_credits_trace { smb3_rw_credits_traces } __mode(byte);
83 enum smb3_tcon_ref_trace { smb3_tcon_ref_traces } __mode(byte);
/fs/befs/
A DChangeLog280 * Removed byte-order conversion code.
/fs/afs/
A Dinternal.h588 } __mode(byte);

Completed in 40 milliseconds