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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c540 blhdr->max_blocks = (jnl->jhdr->blhdr_size / sizeof(struct hfsplus_block_info)) - 1;
542 blhdr->bytes_used = jnl->jhdr->blhdr_size;
544 hfsplus_journal_header_end_update(journal, jnl->jhdr);
610 hfsplus_journal_header_end_update(journal, jnl->jhdr);
652 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);
678 //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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-input.c452 struct rxrpc_jumbo_header jhdr; local
478 if (skb_copy_bits(jumbo, 0, &jhdr, sizeof(jhdr)) < 0)
480 if (!pskb_pull(jumbo, sizeof(jhdr)))
485 sp->hdr.flags = jhdr.flags;
486 sp->hdr._rsvd = jhdr._rsvd;

Completed in 115 milliseconds