g_access          339 source3/lib/sharesec.c 		uint32 g_access;
g_access          360 source3/lib/sharesec.c 				s_access = g_access = GENERIC_ALL_ACCESS;
g_access          364 source3/lib/sharesec.c 				s_access = g_access = GENERIC_READ_ACCESS;
g_access          369 source3/lib/sharesec.c 				s_access = g_access = GENERIC_ALL_ACCESS;
g_access          386 source3/lib/sharesec.c 		sa = (g_access | s_access);
g_access          159 source3/modules/vfs_aixacl_util.c 			ace->a_perm = file_acl->g_access << 6;
g_access          245 source3/modules/vfs_aixacl_util.c 				file_acl->g_access = aixacl_smb_to_aixperm(smb_entry->a_perm);