Searched refs:other_group (Results 1 – 3 of 3) sorted by relevance
14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3`18 new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"`21 new_options="$mount_options,gid=$other_group"60 test "$d" $other_group66 test "$d" $other_group72 test "$d" $other_group78 test "$d" $other_group84 test "$d" $other_group105 chgrp $other_group instances
73 local other_group=$(find_alternate_gid "$original_group")76 local new_options=`echo "$mount_options" | sed -e "s/gid=[0-9]*/gid=$other_group/"`78 new_options="$mount_options,gid=$other_group"86 check_gid "$mount_point" "$other_group"90 check_gid "$instance" "$other_group"
1910 struct panthor_group *other_group; in tick_ctx_insert_old_group() local1924 list_for_each_entry(other_group, in tick_ctx_insert_old_group()1927 struct panthor_csg_slot *other_csg_slot = &sched->csg_slots[other_group->csg_id]; in tick_ctx_insert_old_group()1930 list_add_tail(&csg_slot->group->run_node, &other_group->run_node); in tick_ctx_insert_old_group()