Searched refs:truncate (Results 76 - 100 of 102) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dinode.c525 .truncate = hfsplus_file_truncate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp349 ZEND_NAMED_FE(truncate, _wrap_db_truncate, NULL)
1551 /* {{{ proto bool DB4::truncate([object $txn [, long $flags]])
1571 if(db->truncate(db, txn, &countp, flags) == 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1748 struct inode *inode, int truncate);
1749 int remove_save_link(struct inode *inode, int truncate);
2157 think, that truncate should work without problems on a filesystem
2159 truncate due to lack of free disk space. This spare space allows us
H A Dfs.h150 #define S_SWAPFILE 256 /* Do not truncate: swapon got its bmaps */
434 unsigned int truncate_count; /* Cover race condition with truncate */
1122 void (*truncate) (struct inode *); member in struct:inode_operations
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dmemory.c1983 * vmtruncate - unmap mappings "freed" by truncate() syscall
2018 if (inode->i_op && inode->i_op->truncate)
2019 inode->i_op->truncate(inode);
2036 * a way to truncate a range of blocks (punch a hole) -
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h270 virtual int truncate(DbTxn *, u_int32_t *, u_int32_t);
H A Ddb.h1491 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h271 virtual int truncate(DbTxn *, u_int32_t *, u_int32_t);
H A Ddb.h1479 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h271 virtual int truncate(DbTxn *, u_int32_t *, u_int32_t);
H A Ddb.h1518 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c675 if ((ret = dbd->db_table[i].db->truncate(dbd->db_table[i].db, NULL, &count, 0))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vnodeops.c100 * problem which is particularly noticable from a truncate down,
492 /* Short circuit the truncate case for zero length files */
861 * One for the truncate and one for the timestamps since we
863 * truncate worked. Truncates are less than 1% of the laddis
1603 int truncate; local
1621 * Only do a truncate if it's a regular file with
1626 truncate = ((ip->i_d.di_nlink == 0) &&
1667 if (truncate) {
2228 * by a thread in a long running transaction (such as truncate). This can
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsetox.S190 | 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, AdjFlag := 1.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c263 * truncate(f, 10GiB);
1880 /* If the extension was partial truncate the write. */
2293 .truncate = ntfs_truncate_vfs,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1680 .truncate = ntfs_fuse_truncate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est.c1860 * @param truncate 1 for truncation, 0 for using intra
1863 int16_t (*mv_table)[2], int f_code, int type, int truncate)
1886 if(truncate){
1862 ff_fix_long_mvs(MpegEncContext * s, uint8_t *field_select_table, int field_select, int16_t (*mv_table)[2], int f_code, int type, int truncate) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1481 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1470 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1518 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs3854 (db->Status = ((db->dbp)->truncate)(db->dbp, db->txn, &countp, flags))
3856 truncate(db, countp, flags=0)
3866 softCrash("truncate needs Berkeley DB 3.3 or later") ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c2082 ret = dbp->truncate(dbp, txnp, &count, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1821 ret = dbp->truncate(txnp, &count, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c134 "truncate",
2637 { DB_TRUNCATE, "-truncate" },
2932 ret = dbp->truncate(dbp, txn, &count, 0);
2934 result = _ErrorSetup(interp, ret, "db truncate");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c3295 dbp->truncate = __dbcl_db_truncate;

Completed in 431 milliseconds

12345