/haiku/src/system/libroot/posix/sys/ |
H A D | stat.c | 74 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 D | stat.h | 44 __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 D | MetadataCache.cpp | 47 st->st_gid = fStatCache.st_gid; in GetStat() 165 if (oldStat->st_gid != newStat->st_gid) in NotifyChanges()
|
H A D | Inode.cpp | 550 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 D | BasicTest.h | 62 && st1.st_gid == st2.st_gid
|
H A D | BasicTest.cpp | 77 printf(" st_gid : %x\n", st.st_gid); in dumpStat()
|
H A D | StatableTest.cpp | 129 CPPUNIT_ASSERT( group == st.st_gid ); in GetXYZTest() 217 CPPUNIT_ASSERT( group == st.st_gid ); in SetXYZTest()
|
/haiku/headers/posix/compat/sys/ |
H A D | stat.h | 24 gid_t st_gid; /* group ID of the owner of this file */ member
|
/haiku/src/add-ons/kernel/file_systems/netfs/shared/ |
H A D | NodeInfo.cpp | 15 visitor->Visit(this, *(int32*)&st.st_gid); in ShowAround()
|
/haiku/src/build/libbe/storage/ |
H A D | Statable.cpp | 132 *group = statData.st_gid; in GetGroup() 144 statData.st_gid = group; in SetGroup()
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | chown.c | 30 stat.st_gid = group; in common_chown()
|
/haiku/src/system/libroot/os/ |
H A D | fs_index.c | 50 indexInfo->gid = stat.st_gid; in fs_stat_index()
|
/haiku/src/kits/storage/ |
H A D | Statable.cpp | 141 *group = stat.st_gid; in GetGroup() 152 stat.st_gid = group; in SetGroup()
|
H A D | CopyEngine.cpp | 281 destNode->SetGroup(sourceStat.st_gid); in _CopyEntry()
|
/haiku/src/tools/fs_shell/ |
H A D | stat_util.cpp | 158 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 D | usergroup.cpp | 283 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 D | FileUtils.cpp | 73 dst.SetGroup(src_stat.st_gid); in CopyFileData()
|
/haiku/headers/posix/sys/ |
H A D | stat.h | 19 gid_t st_gid; /* group ID of the owner of this file */ member
|
/haiku/src/bin/ |
H A D | id.c | 79 fprintf(stdout, " %-8d%s", statBuffer.st_gid, suffix); in print_group_info()
|
/haiku/src/build/libroot/ |
H A D | fs.cpp | 931 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 D | fs_darwin.cpp | 82 } else if (st.st_gid == getegid()) { in eaccess()
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | kernel_interface.cpp | 493 st->st_gid = node->attr.stat[FS_DATA_FORMAT].st_gid; in fs_read_stat()
|
H A D | iso9660.cpp | 361 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 D | fs_interface.h | 41 gid_t st_gid; member
|
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/ |
H A D | log_overlay.cpp | 352 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()
|