Searched refs:logs (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegbuf.h172 void nilfs_clear_logs(struct list_head *logs);
173 void nilfs_truncate_logs(struct list_head *logs,
175 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
176 int nilfs_wait_on_logs(struct list_head *logs);
177 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed);
179 static inline void nilfs_destroy_logs(struct list_head *logs) argument
181 nilfs_truncate_logs(logs, NULL);
H A Dsegbuf.c283 void nilfs_clear_logs(struct list_head *logs) argument
287 list_for_each_entry(segbuf, logs, sb_list)
291 void nilfs_truncate_logs(struct list_head *logs, argument
296 segbuf = list_prepare_entry(last, logs, sb_list);
297 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) {
304 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) argument
309 list_for_each_entry(segbuf, logs, sb_list) {
317 int nilfs_wait_on_logs(struct list_head *logs) argument
322 list_for_each_entry(segbuf, logs, sb_list) {
331 * nilfs_add_checksums_on_logs - add checksums on the logs
335 nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) argument
[all...]
H A Dsegment.c1244 /* Continue logs */
1334 static void nilfs_free_incomplete_logs(struct list_head *logs, argument
1341 segbuf = NILFS_FIRST_SEGBUF(logs);
1358 list_for_each_entry_continue(segbuf, logs, sb_list) {
1388 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) argument
1393 segbuf = NILFS_FIRST_SEGBUF(logs);
1399 list_for_each_entry_continue(segbuf, logs, sb_list) {
1785 static void nilfs_abort_logs(struct list_head *logs, struct page *failed_page, argument
1792 if (list_empty(logs))
1795 list_for_each_entry(segbuf, logs, sb_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dbackup.tcl32 # Set up small logs so we quickly create more than one.
103 # Check that logs and db are in backupdir.
162 -${c}vh $testdir -b $backupdir -l $testdir/logs\
167 -${c}vh $testdir -b $backupdir -l $testdir/logs\
171 # Check that logs and db are in backupdir.
186 -${c}vuh $testdir -b backup -l $testdir/logs\
191 -${c}vuh $testdir -b backup -l $testdir/logs\
217 file mkdir $testdir/logs
221 puts $cid "set_lg_dir logs"
H A Drep055.tcl149 puts "\tRep$tnum.e: Move master logs forward again."
163 set logs [eval exec $util_path/db_archive -h $masterdir]
184 # logs and that will trigger it.
201 foreach l $logs {
208 puts "\tRep$tnum.h: Verify logs and databases"
H A Drep038.tcl57 with in-memory logs."
62 puts "Rep$tnum: Master logs are [lindex $l 0]"
63 puts "Rep$tnum: Client logs are [lindex $l 1]"
101 # In-memory logs cannot be used with -txn nosync.
210 error_check_good logs \
226 puts "\tRep$tnum.c: Verify logs and databases"
257 # Can't use rep_verify to compare the logs because each
H A Dupgrade.tcl307 # Use db_printlog to dump the logs. If the current log file
314 > $temp_dir/logs.prlog} message]
319 -P $passwd > $temp_dir/logs.prlog} message]
342 # Compare logs.prlog and $file.prlog (should match)
344 "$temp_dir/logs.prlog" "$temp_dir/$file.prlog"] 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c177 STAILQ_INIT(&txn->logs);
270 STAILQ_INIT(&txn->logs);
346 STAILQ_INIT(&txn->logs);
657 STAILQ_FIRST(&txn->logs) != NULL)) {
715 if (STAILQ_FIRST(&txn->logs) != NULL) {
720 STAILQ_CONCAT(&txn->logs, &txn->parent->logs);
721 txn->parent->logs = txn->logs;
722 STAILQ_INIT(&txn->logs);
[all...]
H A Dtxn_auto.c257 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
523 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
712 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
969 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1155 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-video.c148 logs(front);
227 /* logs(video->front); */
721 logs(front);
792 logs(front);
833 logs(front);
885 logs(front);
906 logs(front);
916 logs(front);
1084 logs(front);
1112 logs(fron
[all...]
H A Dpd-common.h273 #define logs(f) do { \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dselftest.sh47 LOGDIR=$PREFIX_ABS/logs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_auto.c242 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
471 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
699 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
908 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
H A Ddb_auto.c278 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
583 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
814 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1129 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1350 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1696 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2046 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2214 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2592 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2847 STAILQ_INSERT_HEAD(&txnp->logs, l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A DMakefile133 GIT_LOG = $(SRC_PATH)/.git/logs/HEAD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfileops_auto.c197 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
413 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
666 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
944 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1189 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_auto.c207 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
479 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
718 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1005 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1264 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_auto.c250 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/logon/mklogon/
H A Dmklogon.pl29 # Working on logging to the system logs, Logs user activity, but not errors yet.
97 my $logs = "$logdir\/$logfile";
114 print "----- Location of the logfile is \"$logs\" -----\n";
115 open LOG, ">>$logs";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A DMakefile127 GIT_LOG = $(SRC_PATH)/.git/logs/HEAD
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_auto.c324 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
615 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
861 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1108 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1337 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1630 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1861 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2121 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2353 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2691 STAILQ_INSERT_HEAD(&txnp->logs, l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtlog.tex46 handy for logging errors after system call (API function) failure. It logs the
134 \item{\bf wxLogStderr} This class logs messages to a {\it FILE *}, using
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_auto.c271 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
557 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
815 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1102 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1408 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
1785 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2096 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2354 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
2595 STAILQ_INSERT_HEAD(&txnp->logs, lr, links);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dsetup_gnv_curl_build.com60 $! We want detailed build logs.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...

Completed in 148 milliseconds

12