Searched refs:fssh_stat (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dstat_priv.h13 int unrestricted_stat(const char *path, struct fssh_stat *fsshStat);
14 int unrestricted_fstat(int fd, struct fssh_stat *fsshStat);
15 int unrestricted_lstat(const char *path, struct fssh_stat *fsshStat);
H A Dstat_util.h11 #include "fssh_stat.h"
18 void from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat);
19 void to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st);
H A Dstat.cpp8 #include "fssh_stat.h"
33 FSShell::unrestricted_stat(const char *path, struct fssh_stat *fsshStat)
57 FSShell::unrestricted_fstat(int fd, struct fssh_stat *fsshStat)
81 FSShell::unrestricted_lstat(const char *path, struct fssh_stat *fsshStat)
113 fssh_stat(const char *path, struct fssh_stat *fsshStat) function
125 fssh_fstat(int fd, struct fssh_stat *fsshStat)
137 fssh_lstat(const char *path, struct fssh_stat *fsshStat)
H A Dpartition_support.h9 #include "fssh_stat.h"
23 void restricted_file_restrict_stat(struct fssh_stat* st);
H A Dcommand_cp.cpp25 #include "fssh_stat.h"
73 const struct fssh_stat &Stat() const { return fStat; }
92 struct fssh_stat fStat; // To be initialized by implementing classes.
128 const struct fssh_stat &st, File *&file) = 0;
130 const struct fssh_stat &st, Directory *&dir) = 0;
132 const struct fssh_stat &st, SymLink *&link) = 0;
159 const struct fssh_stat &st)
244 const struct fssh_stat &st)
326 const struct fssh_stat &st)
363 struct fssh_stat s
[all...]
H A Dpartition_support.cpp16 #include "fssh_stat.h"
67 struct fssh_stat st;
79 struct fssh_stat st;
149 restricted_file_restrict_stat(struct fssh_stat* st)
H A Dsyscalls.h55 struct fssh_stat *stat, fssh_size_t statSize);
57 bool traverseLeafLink, const struct fssh_stat *stat,
70 struct fssh_stat *stat);
H A Dfd.h40 struct fssh_stat *);
42 const struct fssh_stat *, int statMask);
H A Dfuse.cpp26 #include "fssh_stat.h"
114 fromFsshStatToStat(struct fssh_stat* f_stbuf, struct stat* stbuf)
141 struct fssh_stat f_stbuf;
181 struct fssh_stat f_st;
349 struct fssh_stat st;
368 struct fssh_stat st;
H A Dvfs.h89 fssh_status_t vfs_stat_vnode(void *_vnode, struct fssh_stat *stat);
H A Dstat_util.cpp14 #include "fssh_stat.h"
151 from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat)
170 to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st)
H A Dfssh.cpp31 #include "fssh_stat.h"
285 struct fssh_stat st;
344 struct fssh_stat st;
425 struct fssh_stat st;
455 struct fssh_stat st;
568 struct fssh_stat st;
617 struct fssh_stat st;
745 struct fssh_stat st;
876 struct fssh_stat st;
952 struct fssh_stat s
[all...]
H A Dvfs.cpp27 #include "fssh_stat.h"
223 struct fssh_stat *);
225 const struct fssh_stat *, int statMask);
242 struct fssh_stat *);
244 const struct fssh_stat *, int statMask);
2708 vfs_stat_vnode(void *_vnode, struct fssh_stat *stat)
3233 struct fssh_stat stat;
3867 common_read_stat(struct file_descriptor *descriptor, struct fssh_stat *stat)
3892 const struct fssh_stat *stat, int statMask)
3906 struct fssh_stat *sta
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_stat.h13 struct fssh_stat { struct
35 typedef struct fssh_stat fssh_struct_stat;
115 extern int fssh_stat(const char *path, struct fssh_stat *st);
116 extern int fssh_fstat(int fd, struct fssh_stat *st);
117 extern int fssh_lstat(const char *path, struct fssh_stat *st);
H A Dfssh_fs_interface.h21 struct fssh_stat;
103 struct fssh_stat *stat);
185 struct fssh_stat *stat);
187 const struct fssh_stat *stat, uint32_t statMask);
257 struct fssh_stat *stat);
260 const struct fssh_stat *stat, int statMask);
H A Dfssh_api_wrapper.h21 #include "fssh_stat.h"
1225 // #pragma mark - fssh_stat.h
1227 #define stat fssh_stat
1330 //#define stat fssh_stat

Completed in 93 milliseconds