Searched refs:j_free (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_alloc.c167 else if (DB_GLOBAL(j_free) != NULL)
168 DB_GLOBAL(j_free)(ptr);
402 if (DB_GLOBAL(j_free) != NULL)
403 DB_GLOBAL(j_free)(ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dglobals.h52 void (*j_free) __P((void *)); member in struct:__db_globals
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-jbd.h203 unsigned long j_free; member in struct:journal_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dos_method.c65 DB_GLOBAL(j_free) = func_free;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djbd_journal.c407 int left = journal->j_free;
565 HFSPLUS_J_ASSERT(journal->j_free > 1);
569 journal->j_free--;
835 journal->j_free = last - first;
H A Dcheckpoint.c451 journal->j_free += freed;
H A Dhfsplus_jbd.h580 * @j_free: Journal free - how many free blocks are there in the journal?
705 unsigned long j_free; member in struct:hfsplus_jbd_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c407 int left = journal->j_free;
565 J_ASSERT(journal->j_free > 1);
569 journal->j_free--;
835 journal->j_free = last - first;
H A Dcheckpoint.c451 journal->j_free += freed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c407 int left = journal->j_free;
565 J_ASSERT(journal->j_free > 1);
569 journal->j_free--;
835 journal->j_free = last - first;
H A Dcheckpoint.c451 journal->j_free += freed;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h588 * @j_free: Journal free - how many free blocks are there in the journal?
714 unsigned long j_free; member in struct:journal_s
H A Djbd2.h597 * @j_free: Journal free - how many free blocks are there in the journal?
723 unsigned long j_free; member in struct:journal_s

Completed in 106 milliseconds