Searched refs:jhdr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djournal.c83 jnl->jhdr = (struct hfsplus_journal_header *)(jnl->jh_bh->b_data);
274 jnl->journal_maxblock = (jnl->jhdr->blhdr_size / sizeof(struct hfsplus_block_info)) - 1;
275 jh = (struct hfsplus_journal_header *)(HFSPLUS_SB(sb).jnl.jhdr);
484 struct hfsplus_journal_header *jh = (struct hfsplus_journal_header *)(HFSPLUS_SB(sb).jnl.jhdr);
512 struct hfsplus_journal_header *jh = (struct hfsplus_journal_header *)(HFSPLUS_SB(sb).jnl.jhdr);
528 struct hfsplus_journal_header *jhdr; local
544 jhdr = (struct hfsplus_journal_header *)HFSPLUS_SB(sb).jnl.jhdr;
547 jhdr->magic = HFSPLUS_JOURNAL_HEADER_MAGIC;
548 jhdr
[all...]
H A Dcommit.c520 blhdr->max_blocks = (jnl->jhdr->blhdr_size / sizeof(struct hfsplus_block_info)) - 1;
522 blhdr->bytes_used = jnl->jhdr->blhdr_size;
524 hfsplus_journal_header_end_update(journal, jnl->jhdr);
590 hfsplus_journal_header_end_update(journal, jnl->jhdr);
632 dprint(DBG_JCOMMIT, "start: %llx, end: %llx, num_blocks: %#x, bytes_used: %#x, j_head: %#lx, j_first: %#lx\n", jnl->jhdr->start, jnl->jhdr->end, blhdr->num_blocks, blhdr->bytes_used, journal->j_head, journal->j_first);
658 //hfsplus_test_block_list_header(__FUNCTION__, jnl->jhdr, jnl);
H A Dhfsplus_fs.h131 struct hfsplus_journal_header *jhdr; member in struct:hfsplus_journal
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-input.c449 struct rxrpc_jumbo_header jhdr; local
475 if (skb_copy_bits(jumbo, 0, &jhdr, sizeof(jhdr)) < 0)
477 if (!pskb_pull(jumbo, sizeof(jhdr)))
482 sp->hdr.flags = jhdr.flags;
483 sp->hdr._rsvd = jhdr._rsvd;

Completed in 60 milliseconds