Home
last modified time | relevance | path

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

123

/haiku/src/system/libroot/posix/sys/
H A Dstat.c74 beosStat->st_gid = stat->st_gid; in convert_to_stat_beos()
96 stat->st_gid = beosStat->st_gid; in convert_from_stat_beos()
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h44 __gid_t st_gid; /* Group ID of the file's group. */
95 __gid_t st_gid; /* Group ID of the file's group.*/
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp47 st->st_gid = fStatCache.st_gid; in GetStat()
165 if (oldStat->st_gid != newStat->st_gid) in NotifyChanges()
H A DInode.cpp550 st->st_gid = atoi(group); in GetStat()
552 st->st_gid = gIdMapper->GetGroupId(group); in GetStat()
555 st->st_gid = 0; in GetStat()
630 attr[i].fData.fPointer = gIdMapper->GetOwnerGroup(st->st_gid); in WriteStat()
/haiku/src/tests/kits/storage/
H A DBasicTest.h62 && st1.st_gid == st2.st_gid
H A DBasicTest.cpp77 printf(" st_gid : %x\n", st.st_gid); in dumpStat()
H A DStatableTest.cpp129 CPPUNIT_ASSERT( group == st.st_gid ); in GetXYZTest()
217 CPPUNIT_ASSERT( group == st.st_gid ); in SetXYZTest()
/haiku/headers/posix/compat/sys/
H A Dstat.h24 gid_t st_gid; /* group ID of the owner of this file */ member
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp15 visitor->Visit(this, *(int32*)&st.st_gid); in ShowAround()
/haiku/src/build/libbe/storage/
H A DStatable.cpp132 *group = statData.st_gid; in GetGroup()
144 statData.st_gid = group; in SetGroup()
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c30 stat.st_gid = group; in common_chown()
/haiku/src/system/libroot/os/
H A Dfs_index.c50 indexInfo->gid = stat.st_gid; in fs_stat_index()
/haiku/src/kits/storage/
H A DStatable.cpp141 *group = stat.st_gid; in GetGroup()
152 stat.st_gid = group; in SetGroup()
H A DCopyEngine.cpp281 destNode->SetGroup(sourceStat.st_gid); in _CopyEntry()
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp158 fsshStat->fssh_st_gid = st->st_gid; in from_platform_stat()
177 st->st_gid = fsshStat->fssh_st_gid; in to_platform_stat()
/haiku/src/system/kernel/
H A Dusergroup.cpp283 team->saved_set_gid = st.st_gid; in update_set_id_user_and_group()
284 team->effective_gid = st.st_gid; in update_set_id_user_and_group()
/haiku/src/apps/soundrecorder/
H A DFileUtils.cpp73 dst.SetGroup(src_stat.st_gid); in CopyFileData()
/haiku/headers/posix/sys/
H A Dstat.h19 gid_t st_gid; /* group ID of the owner of this file */ member
/haiku/src/bin/
H A Did.c79 fprintf(stdout, " %-8d%s", statBuffer.st_gid, suffix); in print_group_info()
/haiku/src/build/libroot/
H A Dfs.cpp931 if (fchown(realFD, (uid_t)-1, st->st_gid) < 0) in _kern_write_stat()
975 if (chown(realPath.c_str(), (uid_t)-1, st->st_gid) < 0) in _kern_write_stat()
1362 } else if (st.st_gid == ((flag & AT_EACCESS) != 0 ? getegid() : getgid())) { in _haiku_build_faccessat()
1504 st.st_gid = group; in _haiku_build_fchownat()
H A Dfs_darwin.cpp82 } else if (st.st_gid == getegid()) { in eaccess()
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp493 st->st_gid = node->attr.stat[FS_DATA_FORMAT].st_gid; in fs_read_stat()
H A Diso9660.cpp361 node->attr.stat[LSB_DATA].st_gid in parse_rock_ridge()
364 node->attr.stat[MSB_DATA].st_gid in parse_rock_ridge()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h41 gid_t st_gid; 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()
647 stat->st_gid, stat->st_size, stat->st_type); in overlay_read_attr_stat()
980 stat->st_gid, stat->st_size, stat->st_type); in overlay_read_index_stat()

123