Searched refs:st_uid (Results 1 - 25 of 61) sorted by path

123

/haiku/headers/posix/compat/sys/
H A Dstat.h23 uid_t st_uid; /* user ID of the owner of this file */ member in struct:stat_beos
/haiku/headers/posix/sys/
H A Dstat.h18 uid_t st_uid; /* user ID of the owner of this file */ member in struct:stat
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp352 stat->st_uid, stat->st_gid, stat->st_size);
646 stat->st_dev, stat->st_ino, stat->st_mode, stat->st_uid,
979 stat->st_dev, stat->st_ino, stat->st_mode, stat->st_uid,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp568 st->st_uid = fVolumeManager->GetMountUID();
H A DVirtualVolume.cpp360 st->st_uid = fVolumeManager->GetMountUID();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp14 visitor->Visit(this, *(int32*)&st.st_uid);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp540 st->st_uid = atoi(owner);
542 st->st_uid = gIdMapper->GetUserId(owner);
545 st->st_uid = 0;
623 attr[i].fData.fPointer = gIdMapper->GetOwner(st->st_uid);
H A DMetadataCache.cpp46 st->st_uid = fStatCache.st_uid;
163 if (oldStat->st_uid != newStat->st_uid)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp775 st->st_uid = indexInfo.uid;
H A Dfs_interface.h40 uid_t st_uid; member in struct:beos_stat
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp72 dst.SetOwner(src_stat.st_uid);
/haiku/src/build/libroot/
H A Dfs_darwin.cpp74 } else if (st.st_uid == uid) {
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h43 __uid_t st_uid; /* User ID of the file's owner. */
94 __uid_t st_uid; /* User ID of the file's owner. */
/haiku/src/system/libroot/posix/sys/
H A Dstat.c78 beosStat->st_uid = stat->st_uid;
100 stat->st_uid = beosStat->st_uid;
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c26 stat.st_uid = owner;
/haiku/src/tests/kits/storage/
H A DBasicTest.h61 && st1.st_uid == st2.st_uid
H A DStatableTest.cpp128 CPPUNIT_ASSERT( owner == st.st_uid );
216 CPPUNIT_ASSERT( owner == st.st_uid );
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp157 fsshStat->fssh_st_uid = st->st_uid;
176 st->st_uid = fsshStat->fssh_st_uid;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1234 #undef st_uid macro
1249 #define st_uid fssh_st_uid macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp80 stat.st_uid = node.UserID();
928 node.uid = HOST_ENDIAN_TO_BFS_INT32(stat->st_uid);
2249 stat->st_uid = node.UserID();
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp423 stat->st_uid = inode->UserID();
476 node.uid = B_HOST_TO_LENDIAN_INT32(stat->st_uid);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp530 stat.st_uid = inode->UserID();
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp434 stat->st_uid = inode->UserID();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp597 stat->st_uid = node.UserID();
675 node.SetUserID(stat->st_uid);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp198 st->st_uid = 0;

Completed in 268 milliseconds

123