Searched refs:truncate (Results 26 - 50 of 102) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java75 private boolean truncate = false; field in class:DatabaseConfig
1869 @param truncate
1874 public void setTruncate(final boolean truncate) { argument
1875 this.truncate = truncate;
1891 return truncate;
1982 openFlags |= truncate ? DbConstants.DB_TRUNCATE : 0;
2093 truncate = (openFlags & DbConstants.DB_TRUNCATE) != 0;
H A DDatabase.java947 public int truncate(final Transaction txn, boolean countRecords) method in class:Database
951 int count = db.truncate((txn == null) ? null : txn.txn,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c114 "save unlink" removal, or if file has both unlink and truncate
117 protects truncate), so there left no items to make truncate
155 int truncate; local
215 truncate = 1;
217 truncate = 0;
240 if (!truncate && inode->i_nlink) {
250 if (truncate && S_ISDIR(inode->i_mode)) {
251 /* We got a truncate request for a dir which is impossible.
252 The only imaginable way is to execute unfinished truncate reques
311 add_save_link(struct reiserfs_transaction_handle *th, struct inode *inode, int truncate) argument
392 remove_save_link(struct inode *inode, int truncate) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop001.tcl34 set ops {rename remove open open_create open_excl truncate}
39 open_create truncate} {
48 # and truncate from op1 list -- open_create always succeeds
49 # and truncate requires a successful open.
H A Dfop006.tcl44 set ops {open open_create open_excl rename remove truncate}
60 # and truncate from op1 list -- open_create always succeeds
61 # and truncate requires a successful open.
H A Dlogtrack.tcl28 [berkdb_open -create -truncate -btree $ltsname] close
H A Dndbm.tcl25 set db [berkdb ndbm_open -create -truncate -mode 0644 $testfile]
H A Drep042.tcl114 set ops {del truncate}
H A Dsdb001.tcl91 # Using -truncate is illegal when opening for subdbs, but we
95 set db [eval {berkdb_open -create -truncate -mode 0644} $args \
H A Dsi007.tcl160 # truncate secondary.
176 set ret [catch {$sdb truncate} ret]
H A Dtest096.tcl8 # TEST Db->truncate test.
10 # TEST Test that truncate empties an existing database.
11 # TEST Test that truncate-write in an aborted txn doesn't
13 # TEST Test that truncate-write in a committed txn does
28 puts "Test096: $method db truncate method test"
78 set ret [$dbtr truncate]
103 # Database should have original contents since both the truncate
145 error_check_good overflow_truncate [$db truncate] $noverflows
209 # truncate + write within a transaction.
271 error_check_good overflow_truncate [$db truncate]
[all...]
H A Dsdb010.tcl8 # TEST Test DB->remove() method and DB->truncate() for subdbs
16 puts "Subdb010: Test of DB->remove() and DB->truncate"
70 puts "\tSubdb010.b: Setup for DB->truncate()"
107 puts "\tSubdb010.c: truncate"
119 error_check_good trunc_subdb [eval {$db truncate} $txn] 1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr031/src/
H A Dserver.c89 (ret = db1->truncate(db1, NULL, NULL, 0)) != 0) {
91 "DB open/truncate: %s: %s\n", TABLE1, db_strerror(ret));
101 (ret = db2->truncate(db2, NULL, NULL, 0)) != 0) {
103 "DB open/truncate: %s: %s\n", TABLE2, db_strerror(ret));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S56 bra truncate
83 bmi truncate |if positive then truncate
96 bpl truncate |if negative then truncate
104 | Always truncate.
107 bra truncate
118 bcc truncate |if (g=1) then
204 andil #0xffffff00,LOCAL_HI(%a0) |truncate bits beyond sgl limit
246 andil #0xfffff800,LOCAL_LO(%a0) |truncate bit
260 truncate: label
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsmb_fs.h138 int (*truncate)(struct inode *inode, loff_t length); member in struct:smb_ops
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dcleanpatch199 !truncate(FILE, $where) ) {
200 die "$name: Failed to truncate modified file: $f: $!\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Dfile.c137 .truncate = hpfs_truncate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/isofs/
H A Drock.c199 int truncate = 0; local
237 if (truncate)
257 truncate = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dfile.c268 .truncate = udf_truncate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse.h127 int (*truncate) (const char *, off_t); member in struct:fuse_operations
139 * application specifies O_TRUNC, fuse first calls truncate()
345 * This method is called instead of the truncate() method if the
349 * versions earlier than 2.6.15, the truncate() method will be
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java316 return db.truncate(txn, returnCount);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dfile.c168 * before calling the ->truncate(), but FAT needs to fill the
316 .truncate = fat_truncate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_rules.c589 /* possibly truncate to format-char specified length */
592 dbg("truncate to %i chars, subtitution string becomes '%s'", len, head);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S168 ENTRY_SAME(truncate)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Ditree_common.c182 * Indirect block might be removed by truncate while we were
293 static inline void truncate (struct inode * inode) function

Completed in 215 milliseconds

12345