Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd2.h190 __be32 t_blocknr_high; /* most-significant high 32bits. */ member
199 __be32 t_blocknr_high; /* most-significant high 32bits. */ member
/linux-4.1.27/fs/jbd2/
Drecovery.c346 block |= (u64)be32_to_cpu(tag->t_blocknr_high) << 32; in read_tag_block()
Dcommit.c321 tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1); in write_tag_block()