Searched refs:synclist (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_logmgr.c | 263 list_add_tail(&mp->synclist, &log->synclist); in lmLog() 290 list_add(&tblk->synclist, &mp->synclist); in lmLog() 304 list_move(&tblk->synclist, &mp->synclist); in lmLog() 948 if (list_empty(&log->synclist)) in lmLogSync() 951 lp = list_entry(log->synclist.next, in lmLogSync() 952 struct logsyncblk, synclist); in lmLogSync() 1260 INIT_LIST_HEAD(&log->synclist); in lmLogInit() 1579 if ((!list_empty(&log->cqueue)) || !list_empty(&log->synclist)) { in jfs_flush_journal() 1584 list_empty(&log->synclist)) in jfs_flush_journal() 1591 if (!list_empty(&log->synclist)) { in jfs_flush_journal() [all …]
|
H A D | jfs_logmgr.h | 396 struct list_head synclist; /* 8: logsynclist anchor */ member 470 struct list_head synclist; /* log sync list link */ member
|
H A D | jfs_metapage.h | 17 struct list_head synclist; member
|
H A D | jfs_txnmgr.h | 31 struct list_head synclist; /* logsynclist link */ member
|
H A D | jfs_dmap.c | 574 list_move(&mp->synclist, &tblk->synclist); in dbUpdatePMap() 588 list_add(&mp->synclist, &tblk->synclist); in dbUpdatePMap()
|
H A D | jfs_imap.c | 2818 list_move(&mp->synclist, &tblk->synclist); in diUpdatePMap() 2831 list_add(&mp->synclist, &tblk->synclist); in diUpdatePMap()
|
H A D | jfs_metapage.c | 297 list_del(&mp->synclist); in remove_from_logsync()
|
H A D | jfs_txnmgr.c | 976 list_del(&tblk->synclist); in txUnlock()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | sync-once.sh | 7 SYNCLIST=/etc/synclist
|
H A D | meson.build | 170 install_data('synclist', install_dir: get_option('sysconfdir'))
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_bmc_file_mirroring.robot | 19 # Example output from "cat /etc/synclist" file:
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | meson.options | 133 value: 'synclist',
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/ |
H A D | phosphor-software-manager_git.bb | 88 ${sysconfdir}/synclist \
|