Searched refs:truncate (Results 1 - 25 of 103) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A DMakefile7 qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
H A Dfile.c39 .truncate = qnx4_truncate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A DMakefile8 namei.o super.o symlink.o truncate.o util.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A DMakefile8 partition.o super.o truncate.o symlink.o fsync.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A DMakefile6 stat.html sync.html truncate.html upgrade.html verify.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dfile.c34 .truncate = sysv_truncate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv004.tcl62 -truncate -mode 0644 $omethod -env $e} $args {data1/datafile1.db}]
66 -truncate -mode 0644 $omethod -env $e} $args {data2/datafile2.db}]
70 -truncate -mode 0644 $omethod -env $e} $args {data3/datafile3.db}]
H A Drep042script.tcl13 # op: operation: one of del or truncate
68 } elseif { $op == "truncate" } {
69 set stat [catch {$db truncate} ret]
H A Dfop003.tcl9 # TEST Test behavior of create and truncate for compatibility
32 puts "\tFop$tnum.a: -truncate is not allowed within\
41 catch {[berkdb_open_noerr -truncate $omethod $args -env $env \
82 puts "\tFop$tnum.d: -create is allowed on open -truncate of\
84 # Use the file we already have with -truncate flag. The open
88 {berkdb_open -create -truncate $omethod} $args $testdir/$file]
H A Dfoputils.tcl16 truncate { do_truncate $omethod $names $txn $env $largs }
49 truncate { do_inmem_truncate $omethod $names $txn $env $largs }
199 # because testing of truncate is meaningful only in cases
204 if {[catch {$db truncate -txn $txn} result]} {
215 if {[catch {$db truncate -txn $txn} result]} {
252 truncate {
320 truncate {
443 truncate {
H A Dsi001.tcl223 error_check_good truncate [$pdb truncate] $left
248 # truncate secondary.
264 set ret [catch {$sdb truncate} ret]
H A Dsi008.tcl220 error_check_good truncate [$pdb truncate] $left
245 # truncate secondary.
261 set ret [catch {$sdb truncate} ret]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Dfile.c30 .truncate = minix_truncate,
H A Ditree_v1.c55 truncate(inode);
H A Ditree_v2.c61 truncate(inode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback.h59 uint32_t truncate; member in struct:cb_recallargs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/xa/
H A Dxa_db.c32 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__xa_methods
142 xam->truncate = dbp->truncate;
147 dbp->truncate = __xa_truncate;
237 dbp->xa_internal)->truncate(dbp, txn, countp, flags));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestTruncate.cpp61 // Now, truncate and make sure that it's really gone.
64 db->truncate(NULL, &nrecords, 0);
65 cout << "truncate returns " << nrecords << "\n";
68 cout << "after truncate get: "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dfile.c79 .truncate = ext2_truncate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Duser_syms.c67 EXPORT_SYMBOL_PROTO(truncate); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dfile.c129 .truncate = ext3_truncate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dfile.c129 .truncate = ext4_truncate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dfile.c92 .truncate = jfs_truncate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A DMakefile12 readahead.o swap.o truncate.o vmscan.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcleanfile120 !truncate(FILE, $where) ) {
121 die "$name: Failed to truncate modified file: $f: $!\n";

Completed in 122 milliseconds

12345