acl_obj_count     947 source3/modules/vfs_hpuxacl.c 	struct hpux_acl_types acl_obj_count;
acl_obj_count     972 source3/modules/vfs_hpuxacl.c 	hpux_count_obj(acl_count, aclp, &acl_obj_count);
acl_obj_count     978 source3/modules/vfs_hpuxacl.c 	if ( (acl_obj_count.n_user_obj  != 1) || 
acl_obj_count     979 source3/modules/vfs_hpuxacl.c 		(acl_obj_count.n_group_obj != 1) || 
acl_obj_count     980 source3/modules/vfs_hpuxacl.c 		(acl_obj_count.n_class_obj != 1) ||
acl_obj_count     981 source3/modules/vfs_hpuxacl.c 		(acl_obj_count.n_other_obj != 1) ) 
acl_obj_count     992 source3/modules/vfs_hpuxacl.c 	if ( (acl_obj_count.n_def_user_obj  > 1) || 
acl_obj_count     993 source3/modules/vfs_hpuxacl.c 		(acl_obj_count.n_def_group_obj > 1) || 
acl_obj_count     994 source3/modules/vfs_hpuxacl.c 		(acl_obj_count.n_def_other_obj > 1) || 
acl_obj_count     995 source3/modules/vfs_hpuxacl.c 		(acl_obj_count.n_def_class_obj > 1) )