Searched refs:jnl (Results 1 - 11 of 11) 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.c72 struct hfsplus_journal *jnl = &(HFSPLUS_SB(sb).jnl); local
75 jnl->jh_offset = be64_to_cpu(jnl->jibhdr->offset);
76 jh_block_number = jnl->jh_offset >> sb->s_blocksize_bits;
78 jnl->jh_bh = sb_bread(sb, HFSPLUS_SB(sb).blockoffset + jh_block_number);
79 if (!jnl->jh_bh) {
83 jnl->jhdr = (struct hfsplus_journal_header *)(jnl->jh_bh->b_data);
107 hfsplus_jbd_abort(HFSPLUS_SB(sb).jnl
269 struct hfsplus_journal *jnl = &(HFSPLUS_SB(sb).jnl); local
563 hfsplus_test_block_list_header(const char *func, struct hfsplus_journal_header *jh, struct hfsplus_journal *jnl) argument
590 struct hfsplus_journal *jnl = &(HFSPLUS_SB(sb).jnl); local
836 struct hfsplus_journal *jnl = &(HFSPLUS_SB(sb).jnl); local
[all...]
H A Dcommit.c221 struct hfsplus_journal *jnl = NULL; local
495 jnl = &(HFSPLUS_SB(sb).jnl);
540 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);
654 if (jnl
[all...]
H A Dsuper.c401 HFSPLUS_SB(sb).jnl.s_journal = NULL;
402 if (HFSPLUS_SB(sb).jnl.journaled == HFSPLUS_JOURNAL_PRESENT) {
423 HFSPLUS_SB(sb).jnl.s_journal = journal;
541 if (HFSPLUS_SB(sb).jnl.journaled == HFSPLUS_JOURNAL_PRESENT)
590 // if (HFSPLUS_SB(sb).jnl.s_journal != NULL)
591 // HFSPLUS_SB(sb).jnl.s_journal->j_flags |= JFS_ABORT;
H A Dhfsplus_fs.h172 struct hfsplus_journal jnl; member in struct:hfsplus_sb_info
H A Dextents.c219 if (HFSPLUS_SB(sb).jnl.journaled == HFSPLUS_JOURNAL_PRESENT) {
H A Dinode.c183 journal = HFSPLUS_SB(sb).jnl.s_journal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmsmunch.c217 static struct fjndef jnl; local
248 {sizeof(jnl),ATR$C_JOURNAL, GVTC &jnl}, /* journal flags */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_vms.com428 $ if f$search("''file'.jnl") .nes. "" then delete/log 'file'.jnl;*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c3601 static struct fjndef jnl;
3613 {sizeof(jnl), ATR$C_JOURNAL, GVTC &jnl},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm641 BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, jge, jng, jnge, ja, jae, jna, jnae, jb, jbe, jnb, jnbe, jc, jnc, js, jns, jo, jno, jp, jnp
/netgear-R7000-V1.0.7.12_1.2.5/src/router/
H A DMakefile721 install ufsd/jnl.ko $(TARGETDIR)/lib/modules/2.6.36.4brcmarm+/kernel/drivers/ufsd

Completed in 96 milliseconds