Symbol: truncate
headers/cpp/editbuf.h
94
int truncate();
headers/posix/unistd.h
368
extern int truncate(const char *path, off_t newSize);
headers/private/interface/ColumnTypes.h
84
float minWidth, float maxWidth, uint32 truncate,
headers/private/userlandfs/fuse/fuse.h
149
int (*truncate) (const char *, off_t);
headers/private/userlandfs/fuse/fuse_compat.h
135
int (*truncate) (const char *, off_t);
headers/private/userlandfs/fuse/fuse_compat.h
183
int (*truncate) (const char *, off_t);
headers/private/userlandfs/fuse/fuse_compat.h
25
int (*truncate) (const char *, off_t);
headers/private/userlandfs/fuse/fuse_compat.h
84
int (*truncate) (const char *, off_t);
src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp
713
if (truncate(path.GetPath(), request->nodeInfo.st.st_size) < 0)
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
34
Delegation::GiveUp(bool truncate)
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
36
PrepareGiveUp(truncate);
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
38
return DoGiveUp(truncate);
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
43
Delegation::PrepareGiveUp(bool truncate)
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
46
if (!fAttribute && !truncate)
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
54
Delegation::DoGiveUp(bool truncate, bool wait)
src/add-ons/kernel/file_systems/nfs4/Delegation.cpp
56
if (!fAttribute && !truncate && wait)
src/add-ons/kernel/file_systems/nfs4/Delegation.h
26
status_t GiveUp(bool truncate = false);
src/add-ons/kernel/file_systems/nfs4/Delegation.h
27
status_t PrepareGiveUp(bool truncate);
src/add-ons/kernel/file_systems/nfs4/Delegation.h
28
status_t DoGiveUp(bool truncate, bool wait = true);
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
1005
Inode::RecallDelegationAsync(bool truncate)
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
1011
fDelegation->DoGiveUp(truncate, false);
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
1038
Inode::ReturnDelegation(bool truncate)
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
1042
fDelegation->GiveUp(truncate);
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
972
Inode::RecallDelegation(bool truncate)
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
977
ReturnDelegation(truncate);
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
985
Inode::PrepareDelegationRecall(bool truncate)
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
995
fDelegation->PrepareGiveUp(truncate);
src/add-ons/kernel/file_systems/nfs4/Inode.h
143
void ReturnDelegation(bool truncate);
src/add-ons/kernel/file_systems/nfs4/Inode.h
45
void RecallDelegation(bool truncate = false);
src/add-ons/kernel/file_systems/nfs4/Inode.h
46
void PrepareDelegationRecall(bool truncate = false);
src/add-ons/kernel/file_systems/nfs4/Inode.h
47
void RecallDelegationAsync(bool truncate = false);
src/add-ons/kernel/file_systems/nfs4/NFS4Server.cpp
323
bool truncate;
src/add-ons/kernel/file_systems/nfs4/NFS4Server.cpp
326
status_t result = request->Recall(&handle, truncate, &stateSeq, stateID);
src/add-ons/kernel/file_systems/nfs4/NFS4Server.cpp
350
args->fTruncate = truncate;
src/add-ons/kernel/file_systems/nfs4/NFS4Server.cpp
354
delegation->GetInode()->PrepareDelegationRecall(truncate);
src/add-ons/kernel/file_systems/nfs4/RequestInterpreter.cpp
66
RequestInterpreter::Recall(FileHandle* handle, bool& truncate, uint32* stateSeq,
src/add-ons/kernel/file_systems/nfs4/RequestInterpreter.cpp
77
truncate = fRequest->Stream().GetBoolean();
src/add-ons/kernel/file_systems/nfs4/RequestInterpreter.h
28
status_t Recall(FileHandle* handle, bool& truncate,
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
128
int (*truncate)(ntfs_inode *ni, const REPARSE_POINT *reparse,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEFileSystem.cpp
546
|| fFS->ops.truncate != NULL || fFS->ops.utimens != NULL
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
1737
bool truncate = (openMode & O_TRUNC) != 0;
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
1776
if (truncate) {
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
226
if (fs->ops.truncate == NULL)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
228
return fs->ops.truncate(path, size);
src/apps/debuganalyzer/gui/table/TableColumns.cpp
104
const BString& falseString, uint32 truncate, alignment align)
src/apps/debuganalyzer/gui/table/TableColumns.cpp
106
StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
135
float width, float minWidth, float maxWidth, uint32 truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
138
StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
165
float width, float minWidth, float maxWidth, uint32 truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
168
StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
199
uint32 truncate, alignment align)
src/apps/debuganalyzer/gui/table/TableColumns.cpp
201
StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
247
uint32 truncate, alignment align)
src/apps/debuganalyzer/gui/table/TableColumns.cpp
249
StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
67
float width, float minWidth, float maxWidth, uint32 truncate,
src/apps/debuganalyzer/gui/table/TableColumns.cpp
72
fColumn(title, width, minWidth, maxWidth, truncate, align),
src/apps/debuganalyzer/gui/table/TableColumns.h
103
uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debuganalyzer/gui/table/TableColumns.h
120
uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debuganalyzer/gui/table/TableColumns.h
140
uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debuganalyzer/gui/table/TableColumns.h
44
uint32 truncate,
src/apps/debuganalyzer/gui/table/TableColumns.h
67
uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debuganalyzer/gui/table/TableColumns.h
87
uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
199
float minWidth, float maxWidth, uint32 truncate,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
203
truncate, align),
src/apps/debugger/user_interface/gui/team_window/RegistersView.cpp
62
float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debugger/user_interface/gui/team_window/RegistersView.cpp
66
truncate, align)
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
618
float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
622
truncate, align)
src/apps/debugger/user_interface/gui/util/TargetAddressTableColumn.cpp
14
uint32 truncate, alignment align)
src/apps/debugger/user_interface/gui/util/TargetAddressTableColumn.cpp
16
StringTableColumn(modelIndex, title, width, minWidth, maxWidth, truncate,
src/apps/debugger/user_interface/gui/util/TargetAddressTableColumn.h
17
uint32 truncate = B_TRUNCATE_MIDDLE,
src/apps/debugger/user_interface/gui/value/TableCellValueRendererUtils.cpp
20
bool truncate)
src/apps/debugger/user_interface/gui/value/TableCellValueRendererUtils.cpp
28
if (truncate) {
src/apps/debugger/user_interface/gui/value/TableCellValueRendererUtils.h
22
bool truncate = false);
src/build/libroot/fs.cpp
980
if (truncate(realPath.c_str(), st->st_size) < 0)
src/kits/interface/ColumnTypes.cpp
195
float maxWidth, uint32 truncate, alignment align)
src/kits/interface/ColumnTypes.cpp
198
fTruncate(truncate)
src/libs/stdc++/legacy/editbuf.cc
563
truncate();
src/libs/stdc++/legacy/editbuf.cc
587
truncate();
src/preferences/shortcuts/PopUpColumn.cpp
20
float minWidth, float maxWidth, uint32 truncate, bool editable,
src/preferences/shortcuts/PopUpColumn.cpp
23
BStringColumn(name, width, minWidth, maxWidth, truncate, align),
src/preferences/shortcuts/PopUpColumn.h
19
uint32 truncate, bool editable = false,
src/system/kernel/vm/VMAnonymousCache.cpp
1554
truncate(path, 0);
src/system/kernel/vm/VMAnonymousCache.cpp
1682
truncate(kDefaultSwapPath, 0);
src/tests/system/libroot/posix/truncate.cpp
46
if (truncate(argv[1], newSize) != 0) {
src/tools/fs_shell/fuse.cpp
419
fuseOps->truncate = fuse_truncate;