Searched refs:hfsplus_journal_header (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.c42 static void swap_journal_header(struct hfsplus_journal_header *jh)
65 static void print_journal_header(struct hfsplus_journal_header *jh)
83 jnl->jhdr = (struct hfsplus_journal_header *)(jnl->jh_bh->b_data);
272 struct hfsplus_journal_header *jh;
275 jh = (struct hfsplus_journal_header *)(HFSPLUS_SB(sb).jnl.jhdr);
440 struct hfsplus_journal_header *jh = &(journal->j_superblock->mac_jh);
443 jh->checksum = calc_checksum((unsigned char *)jh, sizeof(struct hfsplus_journal_header));
450 struct hfsplus_journal_header *jh = &(jsb->mac_jh);
463 void inline hfsplus_journal_header_end_update(hfsplus_jbd_t *journal, struct hfsplus_journal_header *jh)
472 struct hfsplus_journal_header *j
[all...]
H A Dhfsplus_fs.h131 struct hfsplus_journal_header *jhdr;
477 void hfsplus_journal_header_end_update(hfsplus_jbd_t *, struct hfsplus_journal_header *);
479 void hfsplus_test_block_list_header(const char *, struct hfsplus_journal_header *, struct hfsplus_journal *);
H A Dhfsplus_jbd.h166 struct hfsplus_journal_header mac_jh;
169 __u8 mac_padding[HFSPLUS_SECTOR_SIZE - sizeof(struct hfsplus_journal_header)];
H A Dhfsplus_raw.h351 struct hfsplus_journal_header { struct

Completed in 61 milliseconds