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

123

/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/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/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp14 visitor->Visit(this, *(int32*)&st.st_uid);
/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/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp46 st->st_uid = fStatCache.st_uid;
163 if (oldStat->st_uid != newStat->st_uid)
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);
/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);
H A DStatableTest.cpp128 CPPUNIT_ASSERT( owner == st.st_uid );
216 CPPUNIT_ASSERT( owner == st.st_uid );
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c26 stat.st_uid = owner;
/haiku/src/system/libroot/os/
H A Dfs_index.c49 indexInfo->uid = stat.st_uid;
/haiku/src/build/libbe/storage/
H A DStatable.cpp104 *owner = statData.st_uid;
116 statData.st_uid = owner;
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp72 dst.SetOwner(src_stat.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/src/kits/storage/
H A DStatable.cpp113 *owner = stat.st_uid;
124 stat.st_uid = owner;
/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/system/kernel/
H A Dusergroup.cpp279 team->saved_set_uid = st.st_uid;
280 team->effective_uid = st.st_uid;
/haiku/src/bin/
H A Did.c65 fprintf(stdout, "%-8d%s", statBuffer.st_uid, suffix);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp492 st->st_uid = node->attr.stat[FS_DATA_FORMAT].st_uid;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h40 uid_t st_uid; member in struct:beos_stat
/haiku/src/build/libroot/
H A Dfs_darwin.cpp74 } else if (st.st_uid == uid) {
H A Dfs.cpp926 if (fchown(realFD, st->st_uid, (gid_t)-1) < 0)
970 if (chown(realPath.c_str(), st->st_uid, (gid_t)-1) < 0)
1354 } else if (st.st_uid == uid) {
1503 st.st_uid = owner;
/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/apps/installer/
H A DCopyEngine.cpp479 destination.SetOwner(sourceInfo.st_uid);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c2479 stbuf->st_uid = cached->uid;
2531 stbuf->st_uid = ntfs_find_user(scx->mapping[MAPUSERS],usid);
2534 stbuf->st_uid =
2537 if (stbuf->st_uid)
2540 stbuf->st_uid = ntfs_find_user(scx->mapping[MAPUSERS],usid);
2546 enter_cache(scx, ni, stbuf->st_uid,
2550 enter_cache(scx, ni, stbuf->st_uid,
3501 && (stbuf.st_uid == scx->uid))
3624 && (stbuf.st_uid == scx->uid);

Completed in 227 milliseconds

123