Home
last modified time | relevance | path

Searched refs:st_uid (Results 1 – 25 of 62) sorted by relevance

123

/haiku/src/system/libroot/posix/sys/
H A Dstat.c73 beosStat->st_uid = stat->st_uid; in convert_to_stat_beos()
95 stat->st_uid = beosStat->st_uid; in convert_from_stat_beos()
/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/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp46 st->st_uid = fStatCache.st_uid; in GetStat()
163 if (oldStat->st_uid != newStat->st_uid) in NotifyChanges()
H A DInode.cpp540 st->st_uid = atoi(owner); in GetStat()
542 st->st_uid = gIdMapper->GetUserId(owner); in GetStat()
545 st->st_uid = 0; in GetStat()
623 attr[i].fData.fPointer = gIdMapper->GetOwner(st->st_uid); in WriteStat()
/haiku/src/tests/kits/storage/
H A DBasicTest.h61 && st1.st_uid == st2.st_uid
H A DBasicTest.cpp76 printf(" st_uid : %x\n", st.st_uid); in dumpStat()
H A DStatableTest.cpp128 CPPUNIT_ASSERT( owner == st.st_uid ); in GetXYZTest()
216 CPPUNIT_ASSERT( owner == st.st_uid ); in SetXYZTest()
/haiku/headers/posix/compat/sys/
H A Dstat.h23 uid_t st_uid; /* user ID of the owner of this file */ member
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp14 visitor->Visit(this, *(int32*)&st.st_uid); in ShowAround()
/haiku/src/build/libbe/storage/
H A DStatable.cpp104 *owner = statData.st_uid; in GetOwner()
116 statData.st_uid = owner; in SetOwner()
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c26 stat.st_uid = owner; in common_chown()
/haiku/src/system/libroot/os/
H A Dfs_index.c49 indexInfo->uid = stat.st_uid; in fs_stat_index()
/haiku/src/kits/storage/
H A DStatable.cpp113 *owner = stat.st_uid; in GetOwner()
124 stat.st_uid = owner; in SetOwner()
H A DCopyEngine.cpp280 destNode->SetOwner(sourceStat.st_uid); in _CopyEntry()
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp157 fsshStat->fssh_st_uid = st->st_uid; in from_platform_stat()
176 st->st_uid = fsshStat->fssh_st_uid; in to_platform_stat()
/haiku/src/system/kernel/
H A Dusergroup.cpp278 team->saved_set_uid = st.st_uid; in update_set_id_user_and_group()
279 team->effective_uid = st.st_uid; in update_set_id_user_and_group()
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp72 dst.SetOwner(src_stat.st_uid); in CopyFileData()
/haiku/headers/posix/sys/
H A Dstat.h18 uid_t st_uid; /* user ID of the owner of this file */ member
/haiku/src/bin/
H A Did.c65 fprintf(stdout, "%-8d%s", statBuffer.st_uid, suffix); in print_user_info()
/haiku/src/build/libroot/
H A Dfs.cpp926 if (fchown(realFD, st->st_uid, (gid_t)-1) < 0) in _kern_write_stat()
970 if (chown(realPath.c_str(), st->st_uid, (gid_t)-1) < 0) in _kern_write_stat()
1354 } else if (st.st_uid == uid) { in _haiku_build_faccessat()
1503 st.st_uid = owner; in _haiku_build_fchownat()
H A Dfs_darwin.cpp74 } else if (st.st_uid == uid) { in eaccess()
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp492 st->st_uid = node->attr.stat[FS_DATA_FORMAT].st_uid; in fs_read_stat()
H A Diso9660.cpp353 node->attr.stat[LSB_DATA].st_uid in parse_rock_ridge()
356 node->attr.stat[MSB_DATA].st_uid in parse_rock_ridge()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h40 uid_t st_uid; member
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp352 stat->st_uid, stat->st_gid, stat->st_size); in overlay_read_stat()
646 stat->st_dev, stat->st_ino, stat->st_mode, stat->st_uid, in overlay_read_attr_stat()
979 stat->st_dev, stat->st_ino, stat->st_mode, stat->st_uid, in overlay_read_index_stat()

123