Lines Matching defs:group

149  *     - fixed displaying owner and group of a mounted file over Linux
152 * - fixed again displaying owner and group of a mounted file over Linux
197 * - added a distinctive prefix to owner and group SID
224 * - adapted to new NTFS ACLs when owner is same as group
391 #define ROOT_GROUP_UNMARK FILE_READ_EA /* ACL granted to root as group */
1005 printf("%*cCreator group SID\n",-level,marker);
1185 prefix = "Windows group";
1247 printf("%*c group is defaulted\n",-level-4,marker);
1414 printf(" to group");
1634 gsid = (const SID*)&attr[le32_to_cpu(phead->group)];
1675 gsid = (const SID*)&attr[le32_to_cpu(phead->group)];
1728 gsid = (const SID*)&attr[le32_to_cpu(phead->group)];
1959 ntfs_log_error("There were no valid user or no valid group\n");
2714 pnhead->group = cpu_to_le32(0);
2721 pnhead->group = cpu_to_le32(pos + usidsz);
3166 static void basictest(int kind, BOOL isdir, const SID *owner, const SID *group)
3212 /* file owned by plain user and group */
3213 attr = ntfs_build_descr(perm,isdir,owner,(const SID*)group);
3241 (const SID*)group);
3370 const SID *owner, const SID *group)
3514 pxdesc,isdir,owner,group);
3530 printf("NTFS group\n");
3606 const SID *group;
3619 * 4 : group is root
3620 * 8 : group is owner
3621 * 16 : root is designated user/group
3622 * 32 : mask present with no designated user/group
3630 group = (kind & 4 ? adminsid : (const SID*)group_sid);
3631 basictest(kind, isdir, owner, group);
3641 group = (kind & 4 ? adminsid : (const SID*)group_sid);
3642 posixtest(kind, isdir, owner, group);
3738 * append group
3757 printf("** No group SID\n");
3858 gsid = (const SID*)&attr[le32_to_cpu(phead->group)];
3940 gsid = (const SID*)&attr[le32_to_cpu(phead->group)];
4028 printf(":group:");
4033 /* generic rule, based on group */
4040 printf("# Please replace \"user\" and \"group\" above by the uid\n");
4041 printf("# and gid of the Linux owner and group of ");
4232 printf("# Interpreted Unix owner %d, group %d, mode 0%03o\n",
4236 printf("Interpreted Unix owner %d, group %d, mode 0%03o\n",
4458 printf("Interpreted Unix owner %d, group %d, mode 0%03o\n",
4461 printf("Interpreted Unix mode 0%03o (owner and group are unmapped)\n",
5838 /* overrides group */
5860 fprintf(stderr,"User, group or other permissions missing\n");