acl_length 214 source3/modules/vfs_aixacl_util.c unsigned int acl_length;
acl_length 222 source3/modules/vfs_aixacl_util.c acl_length = BUFSIZ;
acl_length 261 source3/modules/vfs_aixacl_util.c if((file_acl->acl_len + sizeof(struct acl_entry)) > acl_length) {
acl_length 262 source3/modules/vfs_aixacl_util.c acl_length += sizeof(struct acl_entry);
acl_length 263 source3/modules/vfs_aixacl_util.c file_acl_temp = (struct acl *)SMB_MALLOC(acl_length);