Searched defs:statMask (Results 1 - 21 of 21) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp564 bindfs_write_stat(fs_volume* fsVolume, fs_vnode* fsNode, const struct stat* _st, uint32 statMask) argument
1041 bindfs_write_attr_stat(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, const struct stat* _st, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp541 ufs2_write_attr_stat(fs_volume *_volume, fs_vnode *_node, void *cookie, const struct stat *stat, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp528 WriteAttrStat(void* node, void* cookie, const struct stat* st, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp831 userlandfs_write_attr_stat(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, const struct stat* st, int statMask) argument
H A DVolume.cpp2987 WriteAttrStat(void* _node, void* cookie, const struct stat *st, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp360 overlay_write_stat(fs_volume *volume, fs_vnode *vnode, const struct stat *stat, uint32 statMask) argument
655 overlay_write_attr_stat(fs_volume *volume, fs_vnode *vnode, void *cookie, const struct stat *stat, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp982 WriteAttrStat(void* _node, void* cookie, const struct stat* st, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A Dkernel_interface.cpp712 nfs4_write_stat(fs_volume* volume, fs_vnode* vnode, const struct stat* stat, uint32 statMask) argument
1281 nfs4_write_attr_stat(fs_volume* volume, fs_vnode* vnode, void* _cookie, const struct stat* stat, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp643 xfs_write_attr_stat(fs_volume *_volume, fs_vnode *_node, void *cookie, const struct stat *stat, int statMask) argument
/haiku/src/system/kernel/fs/
H A Dfifo.cpp1035 fifo_write_stat(fs_volume* volume, fs_vnode* vnode, const struct ::stat* st, uint32 statMask) argument
H A Drootfs.cpp1089 rootfs_write_stat(fs_volume* _volume, fs_vnode* _vnode, const struct stat* stat, uint32 statMask) argument
H A Dvfs.cpp6618 common_write_stat(struct file_descriptor* descriptor, const struct stat* stat, int statMask) argument
6658 common_path_write_stat(int fd, char* path, bool traverseLeafLink, const struct stat* stat, int statMask, bool kernel) argument
6953 attr_write_stat(struct file_descriptor* descriptor, const struct stat* stat, int statMask) argument
8638 _kern_write_stat(int fd, const char* path, bool traverseLeafLink, const struct stat* stat, size_t statSize, int statMask) argument
9643 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink, const struct stat* userStat, size_t statSize, int statMask) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp1034 btrfs_write_attr_stat(fs_volume* _volume, fs_vnode* _node, void* cookie, const struct stat* stat, int statMask) argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp1430 checksumfs_write_stat(fs_volume* fsVolume, fs_vnode* vnode, const struct stat* st, uint32 statMask) argument
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1096 AttributeEntry::WriteStat(const struct stat *stat, uint32 statMask) argument
1333 overlay_write_stat(fs_volume *volume, fs_vnode *vnode, const struct stat *stat, uint32 statMask) argument
1578 overlay_write_attr_stat(fs_volume *volume, fs_vnode *vnode, void *cookie, const struct stat *stat, int statMask) argument
/haiku/src/build/libroot/
H A Dfs.cpp875 _kern_write_stat(int fd, const char *path, bool traverseLink, const struct stat *st, size_t statSize, int statMask) argument
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1868 devfs_write_stat(fs_volume* _volume, fs_vnode* _vnode, const struct stat* stat, uint32 statMask) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1985 bfs_write_attr_stat(fs_volume* _volume, fs_vnode* file, void* cookie, const struct stat* stat, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp511 OverlayInode::WriteStat(const struct stat *stat, uint32 statMask) argument
1880 overlay_write_stat(fs_volume *volume, fs_vnode *vnode, const struct stat *stat, uint32 statMask) argument
2119 overlay_write_attr_stat(fs_volume *volume, fs_vnode *vnode, void *_cookie, const struct stat *stat, int statMask) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp2185 cdda_write_attr_stat(fs_volume* _volume, fs_vnode* _node, void* cookie, const struct stat* stat, int statMask) argument
/haiku/src/tools/fs_shell/
H A Dvfs.cpp3891 common_write_stat(struct file_descriptor *descriptor, const struct fssh_stat *stat, int statMask) argument
3931 common_path_write_stat(int fd, char *path, bool traverseLeafLink, const struct fssh_stat *stat, int statMask, bool kernel) argument
4215 attr_write_stat(struct file_descriptor *descriptor, const struct fssh_stat *stat, int statMask) argument
5554 _kern_write_stat(int fd, const char *path, bool traverseLeafLink, const fssh_struct_stat *stat, fssh_size_t statSize, int statMask) argument
[all...]

Completed in 233 milliseconds