ACL_DEFAULT        96 source3/modules/vfs_hpuxacl.c #define _IS_DEFAULT(ace) ((ace).a_type & ACL_DEFAULT)
ACL_DEFAULT       452 source3/modules/vfs_hpuxacl.c 			hpux_entry.a_type |= ACL_DEFAULT;
ACL_DEFAULT       590 source3/modules/vfs_hpuxacl.c 	hpux_tag &= ~ACL_DEFAULT; 
ACL_DEFAULT        31 source3/modules/vfs_solarisacl.c #define _IS_DEFAULT(ace) ((ace).a_type & ACL_DEFAULT)
ACL_DEFAULT       384 source3/modules/vfs_solarisacl.c 			solaris_entry.a_type |= ACL_DEFAULT;
ACL_DEFAULT       522 source3/modules/vfs_solarisacl.c 	solaris_tag &= ~ACL_DEFAULT;