Home
last modified time | relevance | path

Searched refs:fssh_stat (Results 1 – 17 of 17) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dstat.cpp33 FSShell::unrestricted_stat(const char *path, struct fssh_stat *fsshStat) in unrestricted_stat()
57 FSShell::unrestricted_fstat(int fd, struct fssh_stat *fsshStat) in unrestricted_fstat()
81 FSShell::unrestricted_lstat(const char *path, struct fssh_stat *fsshStat) in unrestricted_lstat()
113 fssh_stat(const char *path, struct fssh_stat *fsshStat) in fssh_stat() function
125 fssh_fstat(int fd, struct fssh_stat *fsshStat) in fssh_fstat()
137 fssh_lstat(const char *path, struct fssh_stat *fsshStat) in fssh_lstat()
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.h18 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 Dcommand_cp.cpp73 const struct fssh_stat &Stat() const { return fStat; } in Stat()
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) in Init()
244 const struct fssh_stat &st) in Init()
326 const struct fssh_stat &st) in Init()
363 struct fssh_stat st; in Open()
399 const struct fssh_stat &st, File *&_file) in CreateFile()
[all …]
H A Dpartition_support.cpp67 struct fssh_stat st; in find_file_restriction()
79 struct fssh_stat st; in add_file_restriction()
149 restricted_file_restrict_stat(struct fssh_stat* st) in restricted_file_restrict_stat()
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 Dpartition_support.h23 void restricted_file_restrict_stat(struct fssh_stat* st);
H A Dfuse.cpp114 fromFsshStatToStat(struct fssh_stat* f_stbuf, struct stat* stbuf) in fromFsshStatToStat()
141 struct fssh_stat f_stbuf; in fuse_getattr()
181 struct fssh_stat f_st; in fuse_readdir()
349 struct fssh_stat st; in fuse_truncate()
368 struct fssh_stat st; in get_volume_id()
H A Dfssh.cpp285 struct fssh_stat st; in get_volume_id()
344 struct fssh_stat st; in list_entry()
425 struct fssh_stat st; in create_file()
455 struct fssh_stat st; in create_dir()
568 struct fssh_stat st; in remove_entry()
617 struct fssh_stat st; in move_entry()
745 struct fssh_stat st; in command_cat()
876 struct fssh_stat st; in command_ln()
952 struct fssh_stat st; in command_ls()
1159 struct fssh_stat st; in command_mv()
H A Dstat_util.cpp151 from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat) in from_platform_stat()
170 to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st) in to_platform_stat()
H A Dvfs.h89 fssh_status_t vfs_stat_vnode(void *_vnode, struct fssh_stat *stat);
H A Dvfs.cpp223 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) in vfs_stat_vnode()
3233 struct fssh_stat stat; in file_seek()
3867 common_read_stat(struct file_descriptor *descriptor, struct fssh_stat *stat) in common_read_stat()
3892 const struct fssh_stat *stat, int statMask) in common_write_stat()
3906 struct fssh_stat *stat, bool kernel) in common_path_read_stat()
3932 const struct fssh_stat *stat, int statMask, bool kernel) in common_path_write_stat()
[all …]
H A Ddriver_settings.cpp401 struct fssh_stat stat; in load_driver_settings_from_file()
/haiku/headers/private/fs_shell/
H A Dfssh_stat.h13 struct fssh_stat { struct
35 typedef struct fssh_stat fssh_struct_stat; argument
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.h1230 #define stat fssh_stat