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

/haiku/src/tools/fs_shell/
H A Dpartition_support.cpp91 endOffset = st.fssh_st_size;
156 st->fssh_st_size = restriction->endOffset - restriction->startOffset;
H A Dstat_util.cpp159 fsshStat->fssh_st_size = st->st_size;
178 st->st_size = fsshStat->fssh_st_size;
H A Dfuse.cpp123 stbuf->st_size = f_stbuf->fssh_st_size;
350 st.fssh_st_size = off;
H A Dcommand_cp.cpp580 info.size = st.fssh_st_size;
898 fssh_off_t chunkSize = (sourceFile->Stat().fssh_st_size / 20) / sCopyBufferSize * sCopyBufferSize;
902 bool progress = sourceFile->Stat().fssh_st_size > 1024 * 1024;
H A Dfssh.cpp414 st.fssh_st_size,
754 fileLengthToRead = st.fssh_st_size;
H A Dvfs.cpp3243 offset = stat.fssh_st_size;
4181 offset = stat.fssh_st_size;
/haiku/headers/private/fs_shell/
H A Dfssh_stat.h20 fssh_off_t fssh_st_size; /* size in bytes of this file */ member in struct:fssh_stat
H A Dfssh_api_wrapper.h1251 #define st_size fssh_st_size

Completed in 83 milliseconds