Home
last modified time | relevance | path

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

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