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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dopen.c36 int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, function
116 error = do_truncate(path.dentry, length, 0, NULL);
177 error = do_truncate(dentry, length, ATTR_MTIME|ATTR_CTIME, file);
H A Dexec.c2026 if (do_truncate(cprm.file->f_path.dentry, 0, 0, cprm.file))
H A Dnamei.c1470 error = do_truncate(path->dentry, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1917 extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,

Completed in 269 milliseconds