Symbol: fssh_stat
headers/private/fs_shell/fssh_api_wrapper.h
1237
#define stat fssh_stat
headers/private/fs_shell/fssh_fs_interface.h
103
struct fssh_stat *stat);
headers/private/fs_shell/fssh_fs_interface.h
185
struct fssh_stat *stat);
headers/private/fs_shell/fssh_fs_interface.h
187
const struct fssh_stat *stat, uint32_t statMask);
headers/private/fs_shell/fssh_fs_interface.h
21
struct fssh_stat;
headers/private/fs_shell/fssh_fs_interface.h
257
struct fssh_stat *stat);
headers/private/fs_shell/fssh_fs_interface.h
260
const struct fssh_stat *stat, int statMask);
headers/private/fs_shell/fssh_fs_interface.h
369
const struct fssh_stat* stat);
headers/private/fs_shell/fssh_stat.h
115
extern int fssh_stat(const char *path, struct fssh_stat *st);
headers/private/fs_shell/fssh_stat.h
116
extern int fssh_fstat(int fd, struct fssh_stat *st);
headers/private/fs_shell/fssh_stat.h
117
extern int fssh_lstat(const char *path, struct fssh_stat *st);
headers/private/fs_shell/fssh_stat.h
35
typedef struct fssh_stat fssh_struct_stat;
src/tools/fs_shell/command_cp.cpp
128
const struct fssh_stat &st, File *&file) = 0;
src/tools/fs_shell/command_cp.cpp
130
const struct fssh_stat &st, Directory *&dir) = 0;
src/tools/fs_shell/command_cp.cpp
132
const struct fssh_stat &st, SymLink *&link) = 0;
src/tools/fs_shell/command_cp.cpp
159
const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
244
const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
326
const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
363
struct fssh_stat st;
src/tools/fs_shell/command_cp.cpp
399
const struct fssh_stat &st, File *&_file)
src/tools/fs_shell/command_cp.cpp
426
const struct fssh_stat &st, Directory *&_dir)
src/tools/fs_shell/command_cp.cpp
457
const struct fssh_stat &st, SymLink *&_link)
src/tools/fs_shell/command_cp.cpp
496
fssh_status_t _ApplyStat(int fd, const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
525
const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
568
struct fssh_stat st;
src/tools/fs_shell/command_cp.cpp
646
const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
727
struct fssh_stat st;
src/tools/fs_shell/command_cp.cpp
73
const struct fssh_stat &Stat() const { return fStat; }
src/tools/fs_shell/command_cp.cpp
764
const struct fssh_stat &st, File *&_file)
src/tools/fs_shell/command_cp.cpp
792
const struct fssh_stat &st, Directory *&_dir)
src/tools/fs_shell/command_cp.cpp
825
const struct fssh_stat &st, SymLink *&_link)
src/tools/fs_shell/command_cp.cpp
863
fssh_status_t _ApplyStat(int fd, const struct fssh_stat &st)
src/tools/fs_shell/command_cp.cpp
92
struct fssh_stat fStat; // To be initialized by implementing classes.
src/tools/fs_shell/driver_settings.cpp
401
struct fssh_stat stat;
src/tools/fs_shell/fd.h
40
struct fssh_stat *);
src/tools/fs_shell/fd.h
42
const struct fssh_stat *, int statMask);
src/tools/fs_shell/fssh.cpp
1159
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
285
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
344
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
425
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
455
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
568
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
617
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
745
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
876
struct fssh_stat st;
src/tools/fs_shell/fssh.cpp
952
struct fssh_stat st;
src/tools/fs_shell/fuse.cpp
114
fromFsshStatToStat(struct fssh_stat* f_stbuf, struct stat* stbuf)
src/tools/fs_shell/fuse.cpp
141
struct fssh_stat f_stbuf;
src/tools/fs_shell/fuse.cpp
181
struct fssh_stat f_st;
src/tools/fs_shell/fuse.cpp
349
struct fssh_stat st;
src/tools/fs_shell/fuse.cpp
368
struct fssh_stat st;
src/tools/fs_shell/partition_support.cpp
149
restricted_file_restrict_stat(struct fssh_stat* st)
src/tools/fs_shell/partition_support.cpp
67
struct fssh_stat st;
src/tools/fs_shell/partition_support.cpp
79
struct fssh_stat st;
src/tools/fs_shell/partition_support.h
23
void restricted_file_restrict_stat(struct fssh_stat* st);
src/tools/fs_shell/stat.cpp
113
fssh_stat(const char *path, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat.cpp
125
fssh_fstat(int fd, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat.cpp
137
fssh_lstat(const char *path, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat.cpp
33
FSShell::unrestricted_stat(const char *path, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat.cpp
57
FSShell::unrestricted_fstat(int fd, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat.cpp
81
FSShell::unrestricted_lstat(const char *path, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat_priv.h
13
int unrestricted_stat(const char *path, struct fssh_stat *fsshStat);
src/tools/fs_shell/stat_priv.h
14
int unrestricted_fstat(int fd, struct fssh_stat *fsshStat);
src/tools/fs_shell/stat_priv.h
15
int unrestricted_lstat(const char *path, struct fssh_stat *fsshStat);
src/tools/fs_shell/stat_util.cpp
151
from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat)
src/tools/fs_shell/stat_util.cpp
170
to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st)
src/tools/fs_shell/stat_util.h
18
void from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat);
src/tools/fs_shell/stat_util.h
19
void to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st);
src/tools/fs_shell/syscalls.h
55
struct fssh_stat *stat, fssh_size_t statSize);
src/tools/fs_shell/syscalls.h
57
bool traverseLeafLink, const struct fssh_stat *stat,
src/tools/fs_shell/syscalls.h
70
struct fssh_stat *stat);
src/tools/fs_shell/vfs.cpp
2173
fssh_mode_t nodeMode, uint32_t mask, const struct fssh_stat* stat)
src/tools/fs_shell/vfs.cpp
224
struct fssh_stat *);
src/tools/fs_shell/vfs.cpp
226
const struct fssh_stat *, int statMask);
src/tools/fs_shell/vfs.cpp
243
struct fssh_stat *);
src/tools/fs_shell/vfs.cpp
245
const struct fssh_stat *, int statMask);
src/tools/fs_shell/vfs.cpp
2757
vfs_stat_vnode(void *_vnode, struct fssh_stat *stat)
src/tools/fs_shell/vfs.cpp
3282
struct fssh_stat stat;
src/tools/fs_shell/vfs.cpp
3916
common_read_stat(struct file_descriptor *descriptor, struct fssh_stat *stat)
src/tools/fs_shell/vfs.cpp
3941
const struct fssh_stat *stat, int statMask)
src/tools/fs_shell/vfs.cpp
3955
struct fssh_stat *stat, bool kernel)
src/tools/fs_shell/vfs.cpp
3981
const struct fssh_stat *stat, int statMask, bool kernel)
src/tools/fs_shell/vfs.cpp
4220
struct fssh_stat stat;
src/tools/fs_shell/vfs.cpp
4250
attr_read_stat(struct file_descriptor *descriptor, struct fssh_stat *stat)
src/tools/fs_shell/vfs.cpp
4265
const struct fssh_stat *stat, int statMask)
src/tools/fs_shell/vfs.cpp
4460
struct fssh_stat *stat, bool kernel)
src/tools/fs_shell/vfs.cpp
4712
struct fssh_stat coveredNodeStat;
src/tools/fs_shell/vfs.cpp
5085
struct fssh_stat stat;
src/tools/fs_shell/vfs.h
89
fssh_status_t vfs_stat_vnode(void *_vnode, struct fssh_stat *stat);