Searched refs:extra_bits (Results 1 – 5 of 5) sorted by relevance
| /fs/ext4/ |
| A D | inode-test.c | 78 u32 extra_bits; member 88 .extra_bits = 0, 96 .extra_bits = 0, 104 .extra_bits = 0, 112 .extra_bits = 0, 120 .extra_bits = 1, 128 .extra_bits = 1, 136 .extra_bits = 1, 144 .extra_bits = 1, 160 .extra_bits = 2, [all …]
|
| /fs/ntfs3/lib/ |
| A D | decompress_common.c | 266 u32 extra_bits = codeword_len - table_bits; in make_huffman_decode_table() local 267 u32 node_idx = cur_codeword >> extra_bits; in make_huffman_decode_table() 304 --extra_bits; in make_huffman_decode_table() 305 node_idx += (cur_codeword >> extra_bits) & 1; in make_huffman_decode_table() 306 } while (extra_bits != 0); in make_huffman_decode_table()
|
| /fs/btrfs/ |
| A D | btrfs_inode.h | 569 unsigned int extra_bits,
|
| A D | file.c | 80 unsigned int extra_bits = 0; in btrfs_dirty_folio() local 86 extra_bits |= EXTENT_NORESERVE; in btrfs_dirty_folio() 105 extra_bits, cached); in btrfs_dirty_folio()
|
| A D | inode.c | 2700 unsigned int extra_bits, in btrfs_set_extent_delalloc() argument 2711 extra_bits |= EXTENT_DELALLOC_NEW; in btrfs_set_extent_delalloc() 2723 EXTENT_DELALLOC | extra_bits, cached_state); in btrfs_set_extent_delalloc()
|
Completed in 26 milliseconds