Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Djbd2.h190 __be32 t_blocknr_high; /* most-significant high 32bits. */ member
199 __be32 t_blocknr_high; /* most-significant high 32bits. */ member
/linux-5.19.10/Documentation/filesystems/ext4/
Djournal.rst394 - t_blocknr_high
470 - t_blocknr_high
477 tag, after t_flags or t_blocknr_high. This field is not present if the
/linux-5.19.10/fs/jbd2/
Drecovery.c381 block |= (u64)be32_to_cpu(tag->t_blocknr_high) << 32; in read_tag_block()
Dcommit.c350 tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1); in write_tag_block()