Searched refs:do_truncate (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dtiny-shmem.c89 error = do_truncate(dentry, size, 0, file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c274 int do_truncate; local
285 do_truncate = 0;
369 do_truncate = 1;
410 && do_truncate == 0
455 if (do_truncate) {
H A Ddb_rec.c482 goto do_truncate;
486 goto do_truncate;
543 do_truncate:
1212 goto do_truncate;
1270 do_truncate:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfoputils.tcl16 truncate { do_truncate $omethod $names $txn $env $largs }
197 proc do_truncate {omethod names txn env {largs ""}} { procedure
449 # do_truncate starts with an open and we've already
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dopen.c196 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, function
272 error = do_truncate(nd.dentry, length, 0, NULL);
330 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, file);
H A Dexec.c1567 if (!ispipe && do_truncate(file->f_path.dentry, 0, 0, file) != 0)
H A Dnamei.c1587 error = do_truncate(dentry, 0, ATTR_MTIME|ATTR_CTIME, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h1491 extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,

Completed in 177 milliseconds