Home
last modified time | relevance | path

Searched refs:t_blocknr_high (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Djbd2.h189 __be32 t_blocknr_high; /* most-significant high 32bits. */ member
198 __be32 t_blocknr_high; /* most-significant high 32bits. */ member
/linux-6.6.21/Documentation/filesystems/ext4/
Djournal.rst399 - t_blocknr_high
475 - t_blocknr_high
482 tag, after t_flags or t_blocknr_high. This field is not present if the
/linux-6.6.21/fs/jbd2/
Drecovery.c397 block |= (u64)be32_to_cpu(tag->t_blocknr_high) << 32; in read_tag_block()
Dcommit.c317 tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1); in write_tag_block()