Searched refs:statMask (Results 1 - 25 of 32) sorted by path

12

/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp361 uint32 statMask)
363 DO_LOG("write_stat stat: %p; mask: %" B_PRIu32 "\n", stat, statMask);
364 OVERLAY_CALL(write_stat, stat, statMask)
656 const struct stat *stat, int statMask)
659 statMask);
660 OVERLAY_CALL(write_attr_stat, cookie, stat, statMask)
360 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/kernel_add_on/
H A DVolume.h193 const struct stat *st, int statMask);
H A Dkernel_interface.cpp832 const struct stat* st, int statMask)
836 fsNode->private_node, cookie, st, statMask));
838 statMask);
831 userlandfs_write_attr_stat(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, const struct stat* st, int statMask) argument
H A DVolume.cpp2988 int statMask)
3013 request->mask = statMask;
2987 WriteAttrStat(void* _node, void* cookie, const struct stat *st, int statMask) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp529 int statMask)
528 WriteAttrStat(void* node, void* cookie, const struct stat* st, int statMask) argument
H A DVolume.h154 const struct stat* st, int statMask);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp983 const struct stat* st, int statMask)
990 statMask);
982 WriteAttrStat(void* _node, void* cookie, const struct stat* st, int statMask) argument
H A DHaikuKernelVolume.h161 const struct stat* st, int statMask);
/haiku/src/tools/fs_shell/
H A Dfd.h42 const struct fssh_stat *, int statMask);
H A Dsyscalls.h58 fssh_size_t statSize, int statMask);
/haiku/headers/build/private/kernel/
H A Dsyscalls.h98 size_t statSize, int statMask);
/haiku/headers/os/drivers/
H A Dfs_interface.h170 const struct stat* stat, uint32 statMask);
234 void* cookie, const struct stat* stat, int statMask);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h187 const struct fssh_stat *stat, uint32_t statMask);
260 const struct fssh_stat *stat, int statMask);
/haiku/headers/private/kernel/fs/
H A Dfd.h44 int statMask);
/haiku/headers/private/kernel/
H A Dvfs.h192 const struct stat *stat, size_t statSize, int statMask);
/haiku/headers/private/system/
H A Dsyscalls.h347 size_t statSize, int statMask);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1986 const struct stat* stat, int statMask)
1985 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/bindfs/
H A Dkernel_interface.cpp565 const struct stat* _st, uint32 statMask)
579 return sourceNode->ops->write_stat(sourceVolume, sourceNode, &st, statMask);
1042 const struct stat* _st, int statMask)
1057 &st, statMask);
564 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/btrfs/
H A Dkernel_interface.cpp1035 void* cookie, const struct stat* stat, int statMask)
1034 btrfs_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/cdda/
H A Dkernel_interface.cpp2186 const struct stat* stat, int statMask)
2185 cdda_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/layers/attribute_overlay/
H A Dattribute_overlay.cpp195 uint32 statMask);
1096 AttributeEntry::WriteStat(const struct stat *stat, uint32 statMask) argument
1334 uint32 statMask)
1336 OVERLAY_CALL(write_stat, stat, statMask)
1579 const struct stat *stat, int statMask)
1581 return ((AttributeEntry *)cookie)->WriteStat(stat, statMask);
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/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp155 status_t WriteStat(const struct stat *stat, uint32 statMask);
511 OverlayInode::WriteStat(const struct stat *stat, uint32 statMask) argument
520 if (statMask & B_STAT_SIZE) {
529 if (statMask & B_STAT_MODE)
531 if (statMask & B_STAT_UID)
533 if (statMask & B_STAT_GID)
536 if (statMask & B_STAT_MODIFICATION_TIME)
538 if (statMask & B_STAT_CREATION_TIME)
541 if ((statMask & (B_STAT_MODE | B_STAT_UID | B_STAT_GID)) != 0
542 && (statMask
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/nfs4/
H A Dkernel_interface.cpp713 uint32 statMask)
716 TRACE("volume = %p, vnode = %" B_PRIi64 ", statMask = %" B_PRIu32 "\n",
717 volume, vti->ID(), statMask);
724 return inode->WriteStat(stat, statMask);
1282 const struct stat* stat, int statMask)
1292 return inode->WriteStat(stat, statMask, cookie);
712 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/ufs2/
H A Dkernel_interface.cpp542 void *cookie, const struct stat *stat, int statMask)
541 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/xfs/
H A Dkernel_interface.cpp644 void *cookie, const struct stat *stat, int statMask)
643 xfs_write_attr_stat(fs_volume *_volume, fs_vnode *_node, void *cookie, const struct stat *stat, int statMask) argument

Completed in 293 milliseconds

12