Searched refs:t_checkpoint_list (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcheckpoint.c42 if (transaction->t_checkpoint_list == jh)
43 transaction->t_checkpoint_list = jh->b_cpnext;
44 if (transaction->t_checkpoint_list == jh)
45 transaction->t_checkpoint_list = NULL;
139 jh = transaction->t_checkpoint_list;
320 jh = transaction->t_checkpoint_list;
489 jh = transaction->t_checkpoint_list;
547 if (transaction->t_checkpoint_list != NULL)
594 if (!transaction->t_checkpoint_list) {
597 jh->b_cpnext = transaction->t_checkpoint_list;
[all...]
H A Dcommit.c783 HFSPLUS_J_ASSERT(commit_transaction->t_checkpoint_list == NULL);
900 if (commit_transaction->t_checkpoint_list == NULL) {
H A Dhfsplus_jbd.h496 struct hfsplus_jbd_head *t_checkpoint_list; member in struct:hfsplus_transaction_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dcheckpoint.c37 if (transaction->t_checkpoint_list == jh) {
38 transaction->t_checkpoint_list = jh->b_cpnext;
39 if (transaction->t_checkpoint_list == jh)
40 transaction->t_checkpoint_list = NULL;
339 while (!retry && transaction->t_checkpoint_list) {
342 jh = transaction->t_checkpoint_list;
537 t_checkpoint_list, &released);
549 * t_checkpoint_list with removing the buffer from the list as
598 if (transaction->t_checkpoint_list != NULL ||
648 if (!transaction->t_checkpoint_list) {
[all...]
H A Dcommit.c762 J_ASSERT(commit_transaction->t_checkpoint_list == NULL);
890 if (commit_transaction->t_checkpoint_list == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dcheckpoint.c37 if (transaction->t_checkpoint_list == jh) {
38 transaction->t_checkpoint_list = jh->b_cpnext;
39 if (transaction->t_checkpoint_list == jh)
40 transaction->t_checkpoint_list = NULL;
339 while (!retry && transaction->t_checkpoint_list) {
342 jh = transaction->t_checkpoint_list;
537 t_checkpoint_list, &released);
549 * t_checkpoint_list with removing the buffer from the list as
598 if (transaction->t_checkpoint_list != NULL ||
648 if (!transaction->t_checkpoint_list) {
[all...]
H A Dcommit.c771 J_ASSERT(commit_transaction->t_checkpoint_list == NULL);
899 if (commit_transaction->t_checkpoint_list == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h498 struct journal_head *t_checkpoint_list; member in struct:transaction_s
H A Djbd2.h507 struct journal_head *t_checkpoint_list; member in struct:transaction_s

Completed in 115 milliseconds