Home
last modified time | relevance | path

Searched refs:SetGroupID (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h655 void SetGroupID(uint32 newGID) in SetGroupID() function
H A DInode.cpp623 node.SetGroupID(parent != NULL ? parent->Node().GroupID() : getegid()); in Create()
H A Dkernel_interface.cpp683 node.SetGroupID(stat->st_gid); in ext2_write_stat()