/haiku/src/tools/fs_shell/ |
H A D | stat.cpp | 33 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 D | stat_priv.h | 13 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 D | stat_util.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 D | command_cp.cpp | 73 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 D | partition_support.cpp | 67 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 D | syscalls.h | 55 struct fssh_stat *stat, fssh_size_t statSize); 57 bool traverseLeafLink, const struct fssh_stat *stat, 70 struct fssh_stat *stat);
|
H A D | fd.h | 40 struct fssh_stat *); 42 const struct fssh_stat *, int statMask);
|
H A D | partition_support.h | 23 void restricted_file_restrict_stat(struct fssh_stat* st);
|
H A D | fuse.cpp | 114 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 D | fssh.cpp | 285 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 D | stat_util.cpp | 151 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 D | vfs.h | 89 fssh_status_t vfs_stat_vnode(void *_vnode, struct fssh_stat *stat);
|
H A D | vfs.cpp | 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) 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 D | driver_settings.cpp | 401 struct fssh_stat stat; in load_driver_settings_from_file()
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_stat.h | 13 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 D | fssh_fs_interface.h | 21 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 D | fssh_api_wrapper.h | 1230 #define stat fssh_stat
|