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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd2.h154 * t_blocknr_high is only used if INCOMPAT_64BIT is set, so this
162 __be32 t_blocknr_high; /* most-significant high 32bits. */ member in struct:journal_block_tag_s
165 #define JBD_TAG_SIZE32 (offsetof(journal_block_tag_t, t_blocknr_high))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c315 block |= (u64)be32_to_cpu(tag->t_blocknr_high) << 32;
H A Dcommit.c282 tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1);

Completed in 46 milliseconds